added docker files
This commit is contained in:
parent
1fb05f1daa
commit
2ab79806d6
2
Dockerfile
Normal file
2
Dockerfile
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
FROM nginx:1.20.0
|
||||||
|
COPY public /usr/share/nginx/html
|
6
docker-compose.yml
Normal file
6
docker-compose.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
version: '3.9'
|
||||||
|
services:
|
||||||
|
website:
|
||||||
|
build: .
|
||||||
|
ports:
|
||||||
|
- 80:80
|
Loading…
Reference in New Issue
Block a user