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

12 lines
200 B
YAML

version: '3.4'
services:
justice40tool:
image: justice40tool
build:
context: .
dockerfile: ./Dockerfile
environment:
NODE_ENV: production
ports:
- 8000:8000