first merge to main 🚀 #71

Manually merged
philipp merged 491 commits from dev into main 2021-02-19 17:03:06 +00:00
3 changed files with 5 additions and 0 deletions
Showing only changes of commit ac952b6906 - Show all commits

3
.dockerignore Normal file
View File

@ -0,0 +1,3 @@
public/env.sample.js
public/workbox-*.js
public/workbox-*.js.map

View File

@ -13,6 +13,7 @@ FROM alpine
COPY --from=0 /app/build /app
RUN rm -rf /app/build/_dist_/components
RUN rm -rf /app/build/_dist_/locales
RUN rm -rf /app/build-manifest.json
FROM fholzer/nginx-brotli:v1.19.1
COPY --from=1 /app /usr/share/nginx/html
COPY ./nginx.conf /etc/nginx/nginx.conf

View File

@ -10,6 +10,7 @@ module.exports = {
],
installOptions: {
/* ... */
sourceMap: false
},
devOptions: {
/* ... */