mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-09-05 06:13:33 +00:00
Dockerfile split into prod and dev
This commit is contained in:
7
Docker/Prod/Dockerfile
Normal file
7
Docker/Prod/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python:3
|
||||
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