fix: simplify CMD instruction in Dockerfile by removing redundant parameters
All checks were successful
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 1m20s
All checks were successful
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 1m20s
This commit is contained in:
@@ -24,6 +24,6 @@ COPY --from=builder /app/.next/standalone ./
|
|||||||
COPY --from=builder /app/.next/static ./.next/static
|
COPY --from=builder /app/.next/static ./.next/static
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
ENV HOSTNAME="0.0.0.0"
|
||||||
CMD ["node", "server.js", "-H", "0.0.0.0", "-p", "3000"]
|
CMD ["node", "server.js"]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user