Skip to content

Commit a2b3ed4

Browse files
committed
remove public folder as its not used
1 parent e6eb5f2 commit a2b3ed4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ USER nextjs
3232
# Copy built assets from builder stage
3333
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
3434
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
35-
COPY --from=builder --chown=nextjs:nodejs /app/public ./public
3635

3736
EXPOSE 3000
3837

0 commit comments

Comments
 (0)