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