Iwak
commited on
Commit
·
81e0d2a
1
Parent(s):
fd1fd71
yea
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -9,6 +9,8 @@ ENV PORT=7860
|
|
9 |
|
10 |
WORKDIR /app
|
11 |
|
|
|
|
|
12 |
RUN python -m pip install -r requirements.txt
|
13 |
|
14 |
COPY . .
|
|
|
9 |
|
10 |
WORKDIR /app
|
11 |
|
12 |
+
RUN ls
|
13 |
+
|
14 |
RUN python -m pip install -r requirements.txt
|
15 |
|
16 |
COPY . .
|