Skip to content

Commit

Permalink
Try a fix for Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NiallJoeMaher authored Aug 14, 2023
1 parent 6de297d commit 44790d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ COPY --from=builder /app/.next/static ./.next/static
EXPOSE 3000

ENV PORT 3000
ENV HOSTNAME localhost
ENV HOSTNAME host.docker.internal

CMD ["node", "server.js"]

0 comments on commit 44790d6

Please sign in to comment.