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

@ -38,11 +38,10 @@ RUN set -ex; \
cd .. && \
rm -rf ./imagemagick
ENV NODE_VERSION=8.15.0
ENV LANG en_US.UTF-8
ENV LC_ALL C.UTF-8
ENV API_URL https://demo.uxbox.io/api
ENV NODE_VERSION=8.15.0 \
LANG=en_US.UTF-8 \
LC_ALL=C.UTF-8 \
UXBOX_CONFIG_URL="/api"
RUN set -ex; \
echo "deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main" >> /etc/apt/sources.list; \