dockerfile
This commit is contained in:
parent
77b641bb77
commit
3e2620645e
@ -15,3 +15,9 @@ COPY requirements.txt /usr/src/app/requirements.txt
|
||||
WORKDIR /usr/src/app/
|
||||
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
COPY . /usr/src/app/
|
||||
|
||||
RUN chmod 777 /usr/src/app/run.sh
|
||||
|
||||
CMD ["./manage.py", "checker"]
|
@ -1,7 +0,0 @@
|
||||
FROM mathwave/sprint-repo:base
|
||||
|
||||
COPY . /usr/src/app/
|
||||
|
||||
RUN chmod 777 /usr/src/app/run.sh
|
||||
|
||||
CMD ["./manage.py", "checker"]
|
Loading…
Reference in New Issue
Block a user