Fix console.log and NGINX port

This commit is contained in:
DecDuck
2026-01-29 16:34:45 +11:00
parent 00adab21c2
commit 837bc6eb1d
5 changed files with 5 additions and 4 deletions

View File

@@ -68,5 +68,6 @@ COPY --from=torrential-build /build/target/release/torrential /usr/bin/
ENV LIBRARY="/library"
ENV DATA="/data"
ENV NGINX_CONFIG="/nginx.conf"
ENV NUXT_PORT=4000
CMD ["sh", "/app/startup/launch.sh"]