diff options
| author | itspooya <fallenangel201190@yahoo.com> | 2023-05-08 06:02:59 +0300 |
|---|---|---|
| committer | Ho3ein <ho3ein.sanaei@gmail.com> | 2023-05-08 09:34:47 +0300 |
| commit | ddbc1602ce5ac5d866447ab8feea31e6438118de (patch) | |
| tree | b44fd105bd0fef973aadc532fc7b132481ee6eff /Dockerfile | |
| parent | 77cee098ad618f6773c629d9e3e41457daf50b64 (diff) | |
Finally - Fix WorkDIR
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ RUN arch=$(uname -m) && \ && mv xray xray-linux-amd64; \ fi -WORKDIR /app +WORKDIR /app/x-ui RUN chmod +x /app/x-ui/x-ui.sh # Set the entrypoint |
