mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-12 22:09:43 -04:00
13 lines
460 B
Plaintext
13 lines
460 B
Plaintext
FROM nginx:latest
|
|
|
|
EXPOSE 80
|
|
|
|
COPY ./manifest.json /usr/share/nginx/html
|
|
COPY ./pwabuilder-sw.js /usr/share/nginx/html
|
|
COPY ./service-worker.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
|
|
# COPY ./docker/secure_origin.conf /etc/nginx/conf.d/secure_origin.conf |