mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-09-03 21:43:34 +00:00
Added Docker
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM python:3
|
||||
ENV PYTHONDONTWRITEBYTECODE=1
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
WORKDIR /code
|
||||
COPY requirements.txt /code/
|
||||
RUN pip install -r requirements.txt
|
||||
COPY src /code/src/
|
||||
COPY config /code/config/
|
Reference in New Issue
Block a user