mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 09:41:26 -08:00
16 lines
320 B
YAML
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=/
|