mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 08:46:38 +02:00
✨ Add variables to docker file
This commit is contained in:
parent
2f41011160
commit
bc1a8dfca4
4 changed files with 30 additions and 10 deletions
|
@ -20,7 +20,9 @@ LABEL maintainer="mathieu.brunot at monogramm dot io"
|
|||
COPY --from=0 /home/uxbox/backend/dist/uxbox-backend.jar /srv/uxbox/app.jar
|
||||
COPY --from=0 /home/uxbox/backend/docker-entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENV UXBOX_HTTP_SERVER_DEBUG=false \
|
||||
ENV LANG=en_US.UTF-8 \
|
||||
LC_ALL=C.UTF-8 \
|
||||
UXBOX_HTTP_SERVER_DEBUG=false \
|
||||
UXBOX_MEDIA_URI="http://localhost:6060/media/" \
|
||||
UXBOX_MEDIA_DIRECTORY="resources/public/media" \
|
||||
UXBOX_ASSETS_URI="http://localhost:6060/static/" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue