Skip to content

Commit

Permalink
fix(Dockerfile): typo in .js file
Browse files Browse the repository at this point in the history
  • Loading branch information
Collinbrown95 committed Aug 9, 2022
1 parent efd6e91 commit a73c4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY vendor/css/ /etc/static/vendor/css/
COPY index.html /etc/static/aaw-fc/index.html
COPY explorer.css /etc/static/aaw-fc/explorer.css
COPY explorer.js /etc/static/aaw-fc/explorer.js
COPY sw_modify_headers.js /etc/static/aaw-fc/sw_modify_headers.js
COPY sw_modify_header.js /etc/static/aaw-fc/sw_modify_header.js


# Create non-root user
Expand Down

0 comments on commit a73c4de

Please sign in to comment.