Skip to content

Commit

Permalink
Remove unnecessary ENV variable in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robinv8 committed Jan 2, 2024
1 parent d7b3d53 commit c5e4c8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ COPY .next/static ./.next/static
EXPOSE 3000

ENV PORT 3000
# set hostname to localhost
ENV HOSTNAME "0.0.0.0"

# server.js is created by next build from the standalone output
# https://nextjs.org/docs/pages/api-reference/next-config-js/output
Expand Down

0 comments on commit c5e4c8c

Please sign in to comment.