Spaces:
Runtime error
Runtime error
Commit
·
1045c62
1
Parent(s):
d4630b0
update dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,7 +25,7 @@ RUN apt -y install elasticsearch
|
|
25 |
# Copy users db file along with execution script
|
26 |
COPY users.yml /
|
27 |
COPY start.sh /
|
28 |
-
RUN chmod
|
29 |
|
30 |
CMD ./start.sh
|
31 |
|
|
|
25 |
# Copy users db file along with execution script
|
26 |
COPY users.yml /
|
27 |
COPY start.sh /
|
28 |
+
RUN chmod 777 /start.sh
|
29 |
|
30 |
CMD ./start.sh
|
31 |
|