rickvanlieshout.com/docker-compose.production.yml
2019-07-19 21:46:06 +03:00

12 lines
233 B
YAML

version: '2'
services:
web:
image: alxshelepenok/gatsby-starter-lumen:production
build:
context: ./
dockerfile: Dockerfile.production
tty: true
volumes:
- ./:/usr/src/app
ports:
- "80:80"