frontend: ensure generated config file has correct .conf extension. (#228)

This commit is contained in:
Andy Jackson 2022-05-13 15:10:40 +01:00 committed by GitHub
parent 0fab6db75e
commit 330c0347dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/
COPY ./frontend.template /etc/nginx/templates/frontend.conf.template
RUN rm /etc/nginx/conf.d/*