eberhenriquez94 commited on
Commit
0db99db
·
verified ·
1 Parent(s): eacb543
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,4 +1,3 @@
1
-
2
  FROM python:3.9-slim
3
 
4
  RUN apt-get update && apt-get install -y \
@@ -25,4 +24,4 @@ COPY . .
25
 
26
  EXPOSE 7860
27
 
28
- CMD ["python", "app.py"]
 
 
1
  FROM python:3.9-slim
2
 
3
  RUN apt-get update && apt-get install -y \
 
24
 
25
  EXPOSE 7860
26
 
27
+ CMD ["python", "app.py"]