Spaces:
Paused
Paused
Commit ·
a676f24
1
Parent(s): 42539c0
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -39,7 +39,7 @@ COPY start.sh /usr/local/bin/start.sh
|
|
| 39 |
RUN chmod +x /usr/local/bin/start.sh
|
| 40 |
|
| 41 |
# Expose the x-ui port
|
| 42 |
-
EXPOSE
|
| 43 |
|
| 44 |
# Set the entrypoint to our startup script
|
| 45 |
RUN chmod -R 777 /usr/local/x-ui/
|
|
|
|
| 39 |
RUN chmod +x /usr/local/bin/start.sh
|
| 40 |
|
| 41 |
# Expose the x-ui port
|
| 42 |
+
EXPOSE 62789
|
| 43 |
|
| 44 |
# Set the entrypoint to our startup script
|
| 45 |
RUN chmod -R 777 /usr/local/x-ui/
|