diff --git a/thoughts-frontend/Dockerfile b/thoughts-frontend/Dockerfile index db4b899..6873141 100644 --- a/thoughts-frontend/Dockerfile +++ b/thoughts-frontend/Dockerfile @@ -24,6 +24,6 @@ COPY --from=builder /app/.next/standalone ./ COPY --from=builder /app/.next/static ./.next/static EXPOSE 3000 - -CMD ["node", "server.js", "-H", "0.0.0.0", "-p", "3000"] +ENV HOSTNAME="0.0.0.0" +CMD ["node", "server.js"]