intial dockerization
This commit is contained in:
11
populater/Dockerfile
Normal file
11
populater/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM python:3
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY populater/requirements.txt ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY populater/src .
|
||||
ADD common ./common
|
||||
|
||||
CMD [ "python", "-u", "app.py" ]
|
Reference in New Issue
Block a user