Move to app folder and add Dockerfile
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
FROM infologistix/docker-selenium-python:alpine
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY requirements.txt ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY app/ ./
|
||||
COPY database.db ./
|
||||
|
||||
CMD "python monitor-planning.py"
|
||||
Reference in New Issue
Block a user