mirror of
https://github.com/toptal/gitignore.io.git
synced 2021-05-12 18:32:24 +03:00
11 lines
173 B
YAML
11 lines
173 B
YAML
version: "3.5"
|
|
services:
|
|
app:
|
|
image: gitignore-io:latest
|
|
build:
|
|
context: ./
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- 8080:8080
|
|
command: vapor run
|