thisisishara commited on
Commit
45187b8
1 Parent(s): bc3fa9c

modify entrypoint.sh permission

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -18,6 +18,9 @@ RUN pip install --no-cache-dir -r requirements.txt
18
  COPY ./rasa-assistant/* .
19
  COPY entrypoint.sh .
20
 
 
 
 
21
  # Expose ports
22
  EXPOSE 80 7860 5055
23
 
 
18
  COPY ./rasa-assistant/* .
19
  COPY entrypoint.sh .
20
 
21
+ # Set the permissions for the entrypoint.sh script
22
+ RUN chmod +x entrypoint.sh
23
+
24
  # Expose ports
25
  EXPOSE 80 7860 5055
26