(FEAT) Docker compose file created
This commit is contained in:
parent
81c40d3ae8
commit
07bef059a4
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@ -0,0 +1,9 @@
|
||||
services:
|
||||
hhargreaves.dev:
|
||||
image: hhargreaves.dev
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "3000:3000"
|
||||
restart: on-failure
|
||||
Loading…
x
Reference in New Issue
Block a user