mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-25 22:39:41 +01:00
12 lines
239 B
YAML
12 lines
239 B
YAML
|
version: '2'
|
||
|
services:
|
||
|
web:
|
||
|
image: alxshelepenok/gatsby-starter-lumen:development
|
||
|
build:
|
||
|
context: ./
|
||
|
dockerfile: Dockerfile.development
|
||
|
tty: true
|
||
|
volumes:
|
||
|
- ./:/usr/src/app
|
||
|
ports:
|
||
|
- "8000:8000"
|