j40-cejst-2/client/docker-compose.yml

13 lines
200 B
YAML
Raw Permalink Normal View History

2021-06-10 00:00:24 -04:00
version: '3.4'
services:
justice40tool:
image: justice40tool
build:
context: .
dockerfile: ./Dockerfile
environment:
NODE_ENV: production
ports:
- 8000:8000