Docker compose. dev.yml erstellt
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
tools:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
- ./backend:/backend
|
||||
- ./frontend:/frontend
|
||||
- ./backend/config:/config
|
||||
working_dir: /app/backend
|
||||
command: python app.py
|
||||
Reference in New Issue
Block a user