Deploys in port 3000
This commit is contained in:
+1
-1
@@ -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
@@ -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"]
|
||||
|
||||
@@ -10,4 +10,4 @@ services:
|
||||
update_config:
|
||||
order: start-first
|
||||
ports:
|
||||
- 3000:80
|
||||
- 3000:3000
|
||||
|
||||
+1
-1
@@ -10,4 +10,4 @@ services:
|
||||
update_config:
|
||||
order: start-first
|
||||
ports:
|
||||
- 3000:80
|
||||
- 3000:3000
|
||||
|
||||
Reference in New Issue
Block a user