Merge pull request 'Update Dockerfile to include all .html files' (#56) from feat/update-docker-image into main
Some checks failed
/ build (push) Failing after 1s
Some checks failed
/ build (push) Failing after 1s
Reviewed-on: #56
This commit is contained in:
commit
c980f2ec3b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
FROM docker.io/nginx:1.29-alpine
|
FROM docker.io/nginx:1.29-alpine
|
||||||
|
|
||||||
COPY index.html poster.html guide.html contact.html /usr/share/nginx/html
|
COPY *.html /usr/share/nginx/html
|
||||||
COPY assets /usr/share/nginx/html/assets
|
COPY assets /usr/share/nginx/html/assets
|
||||||
COPY css /usr/share/nginx/html/css
|
COPY css /usr/share/nginx/html/css
|
||||||
COPY js /usr/share/nginx/html/js
|
COPY js /usr/share/nginx/html/js
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue