bernabeSanchez commited on
Commit
e5776d7
·
1 Parent(s): 4d69356

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -6
Dockerfile CHANGED
@@ -12,11 +12,5 @@ WORKDIR $HOME/app
12
 
13
  COPY --chown=user files $HOME/app
14
 
15
- #WORKDIR /app
16
- #COPY files .
17
-
18
- #RUN chown -R user .
19
- RUN chmod -R 777 .
20
-
21
 
22
  CMD ["python3", "inference.py" ]
 
12
 
13
  COPY --chown=user files $HOME/app
14
 
 
 
 
 
 
 
15
 
16
  CMD ["python3", "inference.py" ]