reworked dockerfile
This commit is contained in:
parent
bbe419bf8e
commit
bd707e6c3c
@ -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/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user