mise a jour
This commit is contained in:
parent
3136cd8e36
commit
d96b41a057
1 changed files with 2 additions and 1 deletions
|
@ -11,8 +11,9 @@ RUN apt-get update && \
|
||||||
npm install systeminformation && \
|
npm install systeminformation && \
|
||||||
wget http://homepages.laas.fr/smedjiah/tmp/server.js
|
wget http://homepages.laas.fr/smedjiah/tmp/server.js
|
||||||
|
|
||||||
#ENV VIM_EMU_CMD "node /server/server.js --local_ip '127.0.0.1' --local_port '8080' --local_name 'srv'"
|
|
||||||
ENV LAUNCHER "node /server/server.js --local_ip '127.0.0.1' --local_port '8080' --local_name 'srv'"
|
ENV LAUNCHER "node /server/server.js --local_ip '127.0.0.1' --local_port '8080' --local_name 'srv'"
|
||||||
|
|
||||||
|
#ENV VIM_EMU_CMD "nohup $LAUNCHER &"
|
||||||
#ENV VIM_EMU_CMD_STOP "TODO at shutdown"
|
#ENV VIM_EMU_CMD_STOP "TODO at shutdown"
|
||||||
|
|
||||||
RUN echo "nohup $LAUNCHER &" > /server/entrypoint.sh
|
RUN echo "nohup $LAUNCHER &" > /server/entrypoint.sh
|
||||||
|
|
Loading…
Reference in a new issue