Spaces:
Runtime error
Runtime error
Sébastien De Greef
commited on
Commit
·
f5447db
1
Parent(s):
2c59aad
chore: Update Dockerfile to set permissions for start_chatbot.sh
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -65,4 +65,4 @@ USER chatbot
|
|
65 |
|
66 |
COPY --chown=chatbot src .
|
67 |
|
68 |
-
RUN chmod +x start_chatbot.sh
|
|
|
65 |
|
66 |
COPY --chown=chatbot src .
|
67 |
|
68 |
+
RUN chmod +x $HOME/app/start_chatbot.sh
|