First PWA Dockerfile

Former-commit-id: 01e793a9291c59ae25d944466393e0c52a4b409a [formerly a7440ebcb2610ffe248407990e033e8d1803ac2b [formerly dd43bac8b61738b47ccebc41ca2962f551012cbf]]
Former-commit-id: bca495e1b06b07c95d4f4ec9dd7da952f825c3b4
Former-commit-id: caae769f173240ada5db892a46f4dba93a5a6eb9
This commit is contained in:
Emmanuel Engelhart 2021-02-04 13:34:53 +01:00
parent 78069d8d8c
commit 4211c8d3a4

11
Dockerfile.pwa Normal file
View File

@ -0,0 +1,11 @@
FROM nginx:latest
EXPOSE 80
COPY ./manifest.json /usr/share/nginx/html
COPY ./pwabuilder-sw.js /usr/share/nginx/html
COPY index.html /usr/share/nginx/html
COPY CHANGELOG.md /usr/share/nginx/html
COPY LICENSE /usr/share/nginx/html
COPY www /usr/share/nginx/html/www
COPY archives/README.md /usr/share/nginx/html/archives/README.md