mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-03-21 11:25:56 +00:00
Compare commits
2 Commits
imgbot
...
375b0af2fd
| Author | SHA1 | Date | |
|---|---|---|---|
| 375b0af2fd | |||
|
|
0354662864 |
12
Dockerfile
12
Dockerfile
@@ -1,12 +0,0 @@
|
|||||||
FROM python:3.6
|
|
||||||
|
|
||||||
WORKDIR /app
|
|
||||||
|
|
||||||
ADD . /app
|
|
||||||
|
|
||||||
RUN pip install -r requirements.txt && \
|
|
||||||
python manage.py collectstatic --noinput
|
|
||||||
|
|
||||||
EXPOSE 8000
|
|
||||||
|
|
||||||
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
|
|
||||||
Reference in New Issue
Block a user