added non-tested Dockerfile & updated video gauges
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python:3-alpine
|
||||
COPY requirements.txt ./
|
||||
WORKDIR /usr/src/app/
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
COPY . .
|
||||
EXPOSE 8000
|
||||
CMD ["python", "./manage.py", "runserver"]
|
||||
Reference in New Issue
Block a user