reworked dockerfile

This commit is contained in:
Timo 2021-01-05 16:19:12 +02:00
parent bbe419bf8e
commit bd707e6c3c

View File

@ -21,7 +21,7 @@ RUN yarn build --prod --project=red-ui
FROM nginx:1.19.2-alpine
## Copy our default nginx config
COPY docker/common/nginx/nginx.conf.template /nginx.conf.template
COPY docker/common/nginx/nginx.conf /etc/nginx/conf.d/default.conf
## Remove default nginx website
RUN rm -rf /usr/share/nginx/html/*