a4820a2792
* Added docker-compose.yml file to replace Dockerfile. * Added instruction in the README.md on starting the docker-compose build.
12 lines
180 B
YAML
12 lines
180 B
YAML
---
|
|
version: "3"
|
|
services:
|
|
pinafore:
|
|
restart: unless-stopped
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: pinafore:latest
|
|
ports:
|
|
- 4002:4002
|