jsoncrack.com/docker-compose.yml
2024-10-31 17:59:48 +03:00

11 lines
207 B
YAML

services:
jsoncrack:
image: jsoncrack
container_name: jsoncrack
build:
context: .
dockerfile: Dockerfile
ports:
- "8888:8080"
environment:
- NODE_ENV=production