tmp commit docker fixed
This commit is contained in:
parent
0d0c9ad941
commit
3fc4cfa547
@ -1,6 +1,8 @@
|
||||
FROM python:3.6
|
||||
RUN apt-get -y update && apt-get -y upgrade && apt-get install git && apt-get install curl
|
||||
RUN git clone https://Kanris:902810Ok@gitlab.informatics.ru/2020-2021/online/s101/group-02/access_controller.git
|
||||
COPY ./ /access_controller
|
||||
WORKDIR /access_controller/
|
||||
RUN pip install -r requirements.txt
|
||||
EXPOSE 8000
|
||||
COPY start.sh /var/
|
||||
CMD bash /var/start.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user