Added docker compose for local developing
This commit is contained in:
parent
82d5b25ff4
commit
f62af1058a
|
@ -0,0 +1,8 @@
|
||||||
|
version: "3.9"
|
||||||
|
services:
|
||||||
|
web:
|
||||||
|
image: nginx:latest
|
||||||
|
volumes:
|
||||||
|
- .:/usr/share/nginx/html/
|
||||||
|
ports:
|
||||||
|
- "8080:80"
|
Loading…
Reference in New Issue