feat: use working directory from environment variable for risefront

This commit is contained in:
Hintay 2025-05-05 17:24:01 +09:00
parent 5a34d5ca9a
commit 17c3d21f6e
No known key found for this signature in database
GPG key ID: 120FC7FF121F2F2D
5 changed files with 8 additions and 1 deletions

View file

@ -5,6 +5,7 @@ ARG TARGETVARIANT
EXPOSE 80 443
ENV NGINX_UI_OFFICIAL_DOCKER=true
ENV NGINX_UI_WORKING_DIR=/var/run/
# register nginx-ui service
COPY resources/docker/nginx-ui.run /etc/s6-overlay/s6-rc.d/nginx-ui/run