ygauravyy commited on
Commit
e41b95f
1 Parent(s): 99b12b9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -60,8 +60,8 @@ RUN wget https://github.com/facebookresearch/AnimatedDrawings/releases/download/
60
  COPY config.properties /home/config.properties
61
 
62
  # Copy the start.sh script
63
- COPY start.sh /home/user/start.sh
64
- RUN chmod +x /home/user/start.sh
65
 
66
  # Expose necessary ports
67
  EXPOSE 7860 8080 8081 8082
 
60
  COPY config.properties /home/config.properties
61
 
62
  # Copy the start.sh script
63
+ COPY start.sh /home/start.sh
64
+ RUN chmod +x /home/start.sh
65
 
66
  # Expose necessary ports
67
  EXPOSE 7860 8080 8081 8082