frontend: further nginx template, just rename to frontend.template -> frontend.conf.template
This commit is contained in:
parent
330c0347dc
commit
cdefb8d06e
@ -33,7 +33,7 @@ ENV RWP_BASE_URL=${RWP_BASE_URL}
|
||||
COPY --from=build /app/dist /usr/share/nginx/html
|
||||
|
||||
COPY ./nginx.conf /etc/nginx/nginx.conf
|
||||
COPY ./frontend.template /etc/nginx/templates/frontend.conf.template
|
||||
COPY ./frontend.conf.template /etc/nginx/templates/
|
||||
|
||||
RUN rm /etc/nginx/conf.d/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user