fixed docker file
This commit is contained in:
parent
ee12be16e5
commit
c849ba0efc
@ -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/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user