j40-cejst-2/docker-compose.yml
2021-06-10 00:00:24 -04:00

16 lines
320 B
YAML

version: "3"
services:
client:
build:
context: ./client
dockerfile: Dockerfile
ports:
- "8000:8000"
- "9929:9929"
- "9230:9230"
# volumes:
# - /client/node_modules
# - ./client:/app
environment:
- NODE_ENV=development
- GATSBY_WEBPACK_PUBLICPATH=/