AdarshJi commited on
Commit
f9cfe13
·
verified ·
1 Parent(s): 4fe8974

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,7 +30,7 @@ WORKDIR /app
30
 
31
  # Copy requirements and server file
32
  COPY requirements.txt ./requirements.txt
33
- COPY perchance_server_with_pyvirtualdisplay.py ./perchance_server_with_pyvirtualdisplay.py
34
 
35
  # Install Python deps
36
  RUN python -m pip install --upgrade pip setuptools wheel \
 
30
 
31
  # Copy requirements and server file
32
  COPY requirements.txt ./requirements.txt
33
+ COPY server.py ./server.py
34
 
35
  # Install Python deps
36
  RUN python -m pip install --upgrade pip setuptools wheel \