pyresearch commited on
Commit
0e95319
·
1 Parent(s): dd8c580

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. 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 /appchecker
6
 
7
- # Copy the current directory contents into the container at /appchecker
8
- COPY . /appchecker
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