Adarshu07 commited on
Commit
d12afb9
·
verified ·
1 Parent(s): a6a55da

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ RUN apt-get update \
24
  WORKDIR /app
25
 
26
  # Copy project files
27
- COPY Server.py /app/Server.py
28
  COPY requirements.txt /app/requirements.txt
29
  COPY entrypoint.sh /app/entrypoint.sh
30
  RUN chmod +x /app/entrypoint.sh
 
24
  WORKDIR /app
25
 
26
  # Copy project files
27
+ COPY server.py /app/server.py
28
  COPY requirements.txt /app/requirements.txt
29
  COPY entrypoint.sh /app/entrypoint.sh
30
  RUN chmod +x /app/entrypoint.sh