diff --git a/client/Dockerfile b/client/Dockerfile index 2a217bcf..b0caca94 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -20,7 +20,7 @@ COPY --from=prod-deps /app/node_modules ./node_modules COPY --from=build /app/dist ./dist ENV HOST=0.0.0.0 -ENV PORT=4123 +ENV PORT=4114 -EXPOSE 4123 +EXPOSE 4114 CMD node ./dist/server/entry.mjs \ No newline at end of file diff --git a/client/docker-compose.yml b/client/docker-compose.yml index 4f088baf..d11c1911 100644 --- a/client/docker-compose.yml +++ b/client/docker-compose.yml @@ -8,7 +8,7 @@ services: container_name: pole-book-astro-client restart: unless-stopped ports: - - "4321:4321" + - "4114:4114" env_file: - .env environment: