mirror of
https://github.com/arthur-pbty/contact.git
synced 2026-08-01 20:28:36 +02:00
fix Dockerfile error
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ WORKDIR /app
|
||||
ENV NODE_ENV=production
|
||||
|
||||
# Standalone output
|
||||
COPY --from=builder /app/public ./public
|
||||
# COPY --from=builder /app/public ./public
|
||||
COPY --from=builder /app/.next/standalone ./
|
||||
COPY --from=builder /app/.next/static ./.next/static
|
||||
|
||||
|
||||
Reference in New Issue
Block a user