Rauhan commited on
Commit
da4d2bd
1 Parent(s): c10837d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,11 +1,11 @@
1
  FROM python:3.10-slim
2
 
3
- RUN chmod -R 777 /app
4
-
5
  WORKDIR /app
6
 
7
  COPY . /app
8
 
 
 
9
  RUN apt-get update && apt-get install -y
10
 
11
  RUN pip install -r requirements.txt
 
1
  FROM python:3.10-slim
2
 
 
 
3
  WORKDIR /app
4
 
5
  COPY . /app
6
 
7
+ RUN chmod -R 777 /app
8
+
9
  RUN apt-get update && apt-get install -y
10
 
11
  RUN pip install -r requirements.txt