Commit 930e150f authored by nanahira's avatar nanahira

rename

parent b8b22963
Pipeline #15736 passed with stages
in 8 minutes and 49 seconds
......@@ -6,7 +6,7 @@ RUN apt update && \
npm install -g pm2 && \
git clone --depth=1 https://github.com/kanaka/noVNC.git /usr/src/noVNC && \
git clone --depth=1 https://github.com/kanaka/websockify.git /usr/src/noVNC/utils/websockify \
&& sed -i -- "s/ps -p/ps -o pid | grep/g" /usr/src/noVNC/utils/launch.sh \
&& sed -i -- "s/ps -p/ps -o pid | grep/g" /usr/src/noVNC/utils/novnc_proxy \
&& rm -rf /usr/src/noVNC/.git /usr/src/noVNC/utils/websockify/.git \
&& apt -y purge git \
&& apt -y autoremove && \
......
......@@ -12,7 +12,7 @@
},
{
"name": "novnc",
"script": "/usr/src/noVNC/utils/launch.sh",
"script": "/usr/src/noVNC/utils/novnc_proxy",
"args": "--vnc localhost:5900 --listen 8080",
"interpreter": "bash"
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment