add dockerfile and script
This commit is contained in:
parent
f6948d016d
commit
0d0c9ad941
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +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
|
||||
EXPOSE 8000
|
||||
COPY start.sh /var/
|
||||
CMD bash /var/start.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user