X commited on
Commit
8c0693d
·
verified ·
1 Parent(s): 9f2deba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,8 +1,9 @@
1
  FROM python:3.10-slim
2
 
 
 
3
  RUN pip install -r requirements.txt
4
 
5
- WORKDIR /app
6
  COPY app.py .
7
 
8
  CMD ["python", "app.py"]
 
1
  FROM python:3.10-slim
2
 
3
+ WORKDIR /app
4
+
5
  RUN pip install -r requirements.txt
6
 
 
7
  COPY app.py .
8
 
9
  CMD ["python", "app.py"]