cli ports
This commit is contained in:
@@ -20,7 +20,7 @@ COPY --from=prod-deps /app/node_modules ./node_modules
|
|||||||
COPY --from=build /app/dist ./dist
|
COPY --from=build /app/dist ./dist
|
||||||
|
|
||||||
ENV HOST=0.0.0.0
|
ENV HOST=0.0.0.0
|
||||||
ENV PORT=4123
|
ENV PORT=4114
|
||||||
|
|
||||||
EXPOSE 4123
|
EXPOSE 4114
|
||||||
CMD node ./dist/server/entry.mjs
|
CMD node ./dist/server/entry.mjs
|
||||||
@@ -8,7 +8,7 @@ services:
|
|||||||
container_name: pole-book-astro-client
|
container_name: pole-book-astro-client
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "4321:4321"
|
- "4114:4114"
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user