reorganized files
This commit is contained in:
13
compose.yaml
Normal file
13
compose.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
web:
|
||||
build:
|
||||
context: app
|
||||
target: builder
|
||||
# flask requires SIGINT to stop gracefully
|
||||
# (default stop signal from Compose is SIGTERM)
|
||||
stop_signal: SIGINT
|
||||
restart: always
|
||||
ports:
|
||||
- '8000:8000'
|
||||
volumes:
|
||||
- /Users/nico/Documents/GitHub/flask-practice/app:/app
|
||||
Reference in New Issue
Block a user