Add static Docker image
This commit is contained in:
parent
666218035c
commit
a5053e7b1a
2 changed files with 5 additions and 0 deletions
2
.dockerignore
Normal file
2
.dockerignore
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
.git
|
||||||
|
.DS_Store
|
||||||
3
Dockerfile
Normal file
3
Dockerfile
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
FROM nginx:1.27-alpine
|
||||||
|
|
||||||
|
COPY . /usr/share/nginx/html
|
||||||
Loading…
Add table
Add a link
Reference in a new issue