Spaces:
Runtime error
Runtime error
Commit
·
0e95319
1
Parent(s):
dd8c580
Upload Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
FROM python:3.9.13
|
3 |
|
4 |
# Set the working directory to /appchecker
|
5 |
-
WORKDIR /
|
6 |
|
7 |
-
# Copy the current directory contents into the container at /
|
8 |
-
COPY . /
|
9 |
|
10 |
# Upgrade pip
|
11 |
RUN pip install --upgrade pip
|
|
|
2 |
FROM python:3.9.13
|
3 |
|
4 |
# Set the working directory to /appchecker
|
5 |
+
WORKDIR /checkerpyresearch
|
6 |
|
7 |
+
# Copy the current directory contents into the container at /checkerpyresearch
|
8 |
+
COPY . /checkerpyresearch
|
9 |
|
10 |
# Upgrade pip
|
11 |
RUN pip install --upgrade pip
|