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