Added dockerfile
This commit is contained in:
parent
1c279ddc3d
commit
876cc5b5cd
1 changed files with 3 additions and 0 deletions
3
Dockerfile
Normal file
3
Dockerfile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FROM nginx:alpine
|
||||
COPY . /usr/share/nginx/html
|
||||
EXPOSE 80
|
||||
Loading…
Add table
Add a link
Reference in a new issue