Emil25 commited on
Commit
3484eb9
1 Parent(s): 5ecb940

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -8,6 +8,8 @@ WORKDIR /app
8
 
9
  COPY . .
10
 
 
 
11
  RUN apt-get update && \
12
  apt-get install -y python3-pip python3-venv
13
 
 
8
 
9
  COPY . .
10
 
11
+ RUN chmod -R 777 /app
12
+
13
  RUN apt-get update && \
14
  apt-get install -y python3-pip python3-venv
15