Dockerize
This commit is contained in:
4
static/Dockerfile
Normal file
4
static/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM python:3.8
|
||||
|
||||
COPY requirements.txt /
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
Reference in New Issue
Block a user