fixed docker file

This commit is contained in:
Timo Bejan 2020-09-22 15:11:51 +03:00
parent ee12be16e5
commit c849ba0efc

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/ngix.conf.template /ngix.conf.templat
COPY docker/common/nginx/nginx.conf.template /nginx.conf.template
## Remove default nginx website
RUN rm -rf /usr/share/nginx/html/*