🚧 🐳 Build release images

This commit is contained in:
mathieu.brunot 2019-02-15 01:21:59 +01:00
parent 8e97638e15
commit c44a1e0c0b
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
2 changed files with 1 additions and 23 deletions

View file

@ -81,16 +81,5 @@ LABEL maintainer="mathieu.brunot at monogramm dot io"
# Copy built app to www root
COPY --from=0 /home/uxbox/frontend/dist /usr/share/nginx/html
RUN set -ex; \
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen; \
locale-gen && update-locale LANG=en_US.UTF-8 LC_ALL=C.UTF-8
ENV \
# Locale setup
LANG=en_US.UTF-8 LC_ALL=C.UTF-8 \
# Backend setup
API_URL=http://127.0.0.1:6060/api
# NGINX configurations
COPY ./docker-nginx/conf.d /etc/nginx/conf.d