We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6343e2c commit 6bdfcf0Copy full SHA for 6bdfcf0
Dockerfile.production
@@ -83,7 +83,7 @@ EXPOSE 3000
83
84
ENV PORT 3000
85
# set hostname to localhost
86
-ENV HOSTNAME "0.0.0.0"
+# ENV HOSTNAME "0.0.0.0"
87
88
# server.js is created by next build from the standalone output
89
# https://nextjs.org/docs/pages/api-reference/next-config-js/output
Makefile
@@ -0,0 +1,4 @@
1
+up:
2
+ docker-compose up --build --force-recreate
3
+up-prod:
4
+ docker-compose -f docker-compose.production.yml up --build --force-recreate
0 commit comments