Deploys in port 3000

This commit is contained in:
Aarni Halinen
2021-01-16 00:24:09 +02:00
parent 463b0a9121
commit 47fac986bb
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ COPY --from=builder .next .next
COPY --from=builder public public
EXPOSE 80
ENTRYPOINT ["npm", "run", "start-prod"]
ENTRYPOINT ["npm", "run", "serve"]
+1 -1
View File
@@ -14,4 +14,4 @@ COPY --from=builder .next .next
COPY --from=builder public public
EXPOSE 80
ENTRYPOINT ["npm", "run", "start-prod"]
ENTRYPOINT ["npm", "run", "serve"]
+1 -1
View File
@@ -10,4 +10,4 @@ services:
update_config:
order: start-first
ports:
- 3000:80
- 3000:3000
+1 -1
View File
@@ -10,4 +10,4 @@ services:
update_config:
order: start-first
ports:
- 3000:80
- 3000:3000