Skip to content

Commit

Permalink
Update dockerfile to include replayWorker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Dec 11, 2023
1 parent cb2e6bb commit 3fc98e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/dockerfile.pwa
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM nginx:latest
EXPOSE 80

COPY ./dist/manifest.json /usr/share/nginx/html
COPY ./dist/replayWorker.js /usr/share/nginx/html
COPY ./dist/service-worker.js /usr/share/nginx/html
COPY ./dist/index.html /usr/share/nginx/html
COPY ./dist/CHANGELOG.md /usr/share/nginx/html
Expand Down

0 comments on commit 3fc98e8

Please sign in to comment.