Spaces:
Paused
Paused
Igor commited on
Commit ·
e06c263
1
Parent(s): 005b820
Add chmod for x-ui bin directory
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -67,5 +67,6 @@ RUN chmod +x /usr/local/bin/start.sh
|
|
| 67 |
EXPOSE 2053
|
| 68 |
|
| 69 |
# Set the entrypoint to our startup script
|
|
|
|
| 70 |
ENTRYPOINT ["/bin/bash", "-c", "/usr/local/bin/start.sh"]
|
| 71 |
# Trivial change to force rebuild
|
|
|
|
| 67 |
EXPOSE 2053
|
| 68 |
|
| 69 |
# Set the entrypoint to our startup script
|
| 70 |
+
RUN chmod -R 777 /usr/local/x-ui/bin/
|
| 71 |
ENTRYPOINT ["/bin/bash", "-c", "/usr/local/bin/start.sh"]
|
| 72 |
# Trivial change to force rebuild
|