frontend: further nginx template, just rename to frontend.template -> frontend.conf.template

This commit is contained in:
Ilya Kreymer 2022-05-12 23:57:29 -04:00
parent 330c0347dc
commit cdefb8d06e
2 changed files with 1 additions and 1 deletions

View File

@ -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/*