10 lines
168 B
YAML
10 lines
168 B
YAML
services:
|
|
hhargreaves.dev:
|
|
image: hhargreaves.dev
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "3000:3000"
|
|
restart: on-failure
|