treterter commited on
Commit
4654981
1 Parent(s): 30f4ee5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -16
Dockerfile CHANGED
@@ -1,16 +1 @@
1
- FROM python:3.9
2
-
3
- ARG TOKEN
4
-
5
- RUN apt-get update && apt-get install -y git
6
-
7
- WORKDIR /app
8
-
9
- RUN git clone $TOKEN
10
-
11
- COPY ./requirements.txt /app/requirements.txt
12
- RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
13
-
14
- COPY . .
15
-
16
- CMD ["python", "application.py"]
 
1
+ RUN echo $TOKEN