Spaces:
Sleeping
Sleeping
Commit
·
3ef9b4f
1
Parent(s):
464c3af
Upload Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
|
4 |
FROM python:3.9
|
5 |
|
6 |
-
WORKDIR /
|
7 |
|
8 |
COPY ./requirements.txt /code/requirements.txt
|
9 |
|
|
|
3 |
|
4 |
FROM python:3.9
|
5 |
|
6 |
+
WORKDIR /
|
7 |
|
8 |
COPY ./requirements.txt /code/requirements.txt
|
9 |
|