mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
11 lines
207 B
YAML
11 lines
207 B
YAML
services:
|
|
jsoncrack:
|
|
image: jsoncrack
|
|
container_name: jsoncrack
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "8888:8080"
|
|
environment:
|
|
- NODE_ENV=production |