diff --git a/Dockerfile b/Dockerfile index 7abba64..34b669f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] diff --git a/Dockerfile.prod b/Dockerfile.prod index dc63d7a..3dd0379 100644 --- a/Dockerfile.prod +++ b/Dockerfile.prod @@ -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"] diff --git a/stack-compose-dev.yml b/stack-compose-dev.yml index c1b726e..418f4e7 100644 --- a/stack-compose-dev.yml +++ b/stack-compose-dev.yml @@ -10,4 +10,4 @@ services: update_config: order: start-first ports: - - 3000:80 + - 3000:3000 diff --git a/stack-compose.yml b/stack-compose.yml index a246323..a569c8d 100644 --- a/stack-compose.yml +++ b/stack-compose.yml @@ -10,4 +10,4 @@ services: update_config: order: start-first ports: - - 3000:80 + - 3000:3000