Add variables to docker file

This commit is contained in:
mathieu.brunot 2019-02-20 16:46:07 +01:00
parent 2f41011160
commit bc1a8dfca4
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
4 changed files with 30 additions and 10 deletions

View file

@ -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/" \