Compare commits
No commits in common. "c980f2ec3b0afddaca0ceb315fc32c115031b88e" and "e3d4f03943b2da722c4170d6c5e2b336960e0c71" have entirely different histories.
c980f2ec3b
...
e3d4f03943
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 *.html /usr/share/nginx/html
|
COPY index.html poster.html guide.html contact.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