docker compose added
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
services:
|
||||||
|
web:
|
||||||
|
image: floorithardwoodfloors-static
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
ports:
|
||||||
|
- "8096:80"
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user