Files
gitignore.io/docker-compose.yml
Ming Chen 67b534c7e3 Migrate to Toptal (#494)
* Migrate to Toptal

* updated repository urls

* synced the submodule for templates
2020-06-08 17:40:06 +08:00

11 lines
173 B
YAML

version: "3.5"
services:
app:
image: gitignore-io:latest
build:
context: ./
dockerfile: Dockerfile
ports:
- 8080:8080
command: vapor run