This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
scott
/
pm
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
0b9d04b6f5
Ramuri
Etichete
master
pm
/
docker-compose.yml
docker-compose.yml
107 B
Istoric
Crud
1
2
3
4
5
6
7
8
version: "3.8"
services:
app:
build: .
ports:
- "3000:3000"
volumes:
- ./src:/src