mount code to /usr/src/app in docker compose

This commit is contained in:
b1ek 2024-03-14 11:38:30 +10:00
parent f4ec451318
commit 66eae00518
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 2 additions and 0 deletions

View File

@ -5,3 +5,5 @@ services:
context: .
dockerfile: Dockerfile
restart: always
volumes:
- './:/usr/src/app'