dockerfiles
This commit is contained in:
7
dockerfiles/main/Dockerfile
Normal file
7
dockerfiles/main/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM mathwave/sprint-repo:base
|
||||
|
||||
COPY . /usr/src/app/
|
||||
|
||||
RUN chmod 777 /usr/src/app/run.sh
|
||||
|
||||
CMD ["./manage.py", "checker"]
|
Reference in New Issue
Block a user