Spaces:
Configuration error
Configuration error
File size: 118 Bytes
6fb4ca0 | 1 2 3 4 5 6 7 8 | build-project:
docker compose build
start-project:
docker compose up --build -d
stop-project:
docker compose stop |