mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: update application and Docker configuration to use port 80 for consistency
This commit is contained in:
parent
450b0cff29
commit
23d0ef5994
2 changed files with 5 additions and 3 deletions
|
|
@ -57,7 +57,7 @@ COPY ./apps/api ./
|
|||
# Run the backend
|
||||
WORKDIR /app
|
||||
COPY ./extra/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
ENV PORT=8000 LEARNHOUSE_PORT=9000 HOSTNAME=0.0.0.0
|
||||
ENV PORT=80 LEARNHOUSE_PORT=9000 HOSTNAME=0.0.0.0
|
||||
COPY ./extra/start.sh /app/start.sh
|
||||
|
||||
# Add near the end of your Dockerfile_coolify
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue