mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-07 03:01:56 -04:00

Former-commit-id: 01e793a9291c59ae25d944466393e0c52a4b409a [formerly a7440ebcb2610ffe248407990e033e8d1803ac2b [formerly dd43bac8b61738b47ccebc41ca2962f551012cbf]] Former-commit-id: bca495e1b06b07c95d4f4ec9dd7da952f825c3b4 Former-commit-id: caae769f173240ada5db892a46f4dba93a5a6eb9
11 lines
331 B
Docker
11 lines
331 B
Docker
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 |