Skip to content

Commit d95f95b

Browse files
committed
feat(docker): update ports again x4
1 parent 72fa800 commit d95f95b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ RUN bunx --bun vite build --mode production
2323
FROM devforth/spa-to-http:latest
2424
COPY --from=builder /app/dist/ .
2525

26-
CMD ["--port", "80"]
26+
CMD ["--port", "8443"]

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
context: ./apps/api
2727
dockerfile: Dockerfile
2828
ports:
29-
- "80:80"
29+
- "8443:8443"
3030
env_file:
3131
- .env
3232
restart: unless-stopped

0 commit comments

Comments
 (0)