mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-25 22:39:41 +01:00
12 lines
233 B
YAML
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" |