We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72fa800 commit d95f95bCopy full SHA for d95f95b
apps/web/Dockerfile
@@ -23,4 +23,4 @@ RUN bunx --bun vite build --mode production
23
FROM devforth/spa-to-http:latest
24
COPY --from=builder /app/dist/ .
25
26
-CMD ["--port", "80"]
+CMD ["--port", "8443"]
docker-compose.yml
@@ -26,7 +26,7 @@ services:
context: ./apps/api
27
dockerfile: Dockerfile
28
ports:
29
- - "80:80"
+ - "8443:8443"
30
env_file:
31
- .env
32
restart: unless-stopped
0 commit comments