kyanmahajan commited on
Commit
bcd12fd
·
verified ·
1 Parent(s): 4e022d2

Update Dockerfile

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