more fixes

This commit is contained in:
Ulf Gebhardt 2021-04-17 14:54:16 +02:00
parent a2e93bb17b
commit 0f18fb2b47
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -78,6 +78,6 @@ RUN yarn run generate
##################################################################################
FROM nginx:alpine as production
COPY --from=base ./app/dedist/ /usr/share/nginx/html/
COPY --from=build ./app/dist/ /usr/share/nginx/html/
RUN rm /etc/nginx/conf.d/default.conf
COPY maintenance/nginx/custom.conf /etc/nginx/conf.d/