mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 17:44:20 -08:00
12 lines
200 B
YAML
12 lines
200 B
YAML
version: '3.4'
|
|
|
|
services:
|
|
justice40tool:
|
|
image: justice40tool
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile
|
|
environment:
|
|
NODE_ENV: production
|
|
ports:
|
|
- 8000:8000
|