joel-woodfield commited on
Commit
d9d03fe
·
1 Parent(s): a375433

Use the correct file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ COPY backend /app/backend
18
  WORKDIR /app/backend
19
  RUN pip install --no-cache-dir -r requirements.txt
20
 
21
- CMD ["python", "src/server.py"]
 
18
  WORKDIR /app/backend
19
  RUN pip install --no-cache-dir -r requirements.txt
20
 
21
+ CMD ["python", "src/main.py"]