mirror of
https://github.com/lucaspalomodevelop/JSSTE_APP.git
synced 2026-03-13 08:09:38 +00:00
8 lines
113 B
YAML
8 lines
113 B
YAML
version: '3'
|
|
services:
|
|
jsste:
|
|
build: .
|
|
ports:
|
|
- "8080:8081"
|
|
volumes:
|
|
- .:/app |