Ver código fonte

fix: remove dockerfile /static

Before 7 meses atrás
pai
commit
4026daa734
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -21,7 +21,7 @@ WORKDIR /app
 ENV NEXT_TELEMETRY_DISABLED 1
 COPY --from=builder /app/public ./public
 COPY --from=builder /app/.next/standalone ./
-COPY --from=builder /app/.next/static ./.next/static
+COPY --from=builder /app/.next ./.next
 EXPOSE 3000
 ENV PORT 3000
 CMD ["node", "server.js"]