parent
08e23ea16b
commit
03cf93a815
@ -0,0 +1,6 @@
|
||||
.git
|
||||
.gitignore
|
||||
.dockerignore
|
||||
Dockerfile
|
||||
LICENSE
|
||||
README.md
|
@ -0,0 +1,5 @@
|
||||
FROM nginx:stable-alpine
|
||||
|
||||
WORKDIR /usr/share/nginx/html
|
||||
|
||||
COPY . ./
|
Loading…
Reference in new issue