frontend/Dockerfile.prod: public ディレクトリなしに対応
This commit is contained in:
@@ -20,7 +20,6 @@ WORKDIR /app
|
||||
|
||||
COPY --from=builder /app/package*.json ./
|
||||
COPY --from=builder /app/.next ./.next
|
||||
COPY --from=builder /app/public ./public
|
||||
COPY --from=builder /app/node_modules ./node_modules
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
Reference in New Issue
Block a user