In place fixes
This commit is contained in:
parent
02146d6ab5
commit
a5cca5f9c7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/driver
|
||||
database.db
|
||||
|
||||
@ -6,3 +6,5 @@ COPY requirements.txt ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY app/ ./
|
||||
|
||||
CMD ["python3", "-u", "./monitor-planning.py"]
|
||||
|
||||
9
compose.yaml
Normal file
9
compose.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
services:
|
||||
monitor-planning:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./database.db:/usr/src/app/database.db
|
||||
|
||||
BIN
database.db
BIN
database.db
Binary file not shown.
Loading…
Reference in New Issue
Block a user