Skip to content
Snippets Groups Projects
Commit 33434602 authored by Robert Pahle's avatar Robert Pahle
Browse files

updated setup files

parent 9783587f
Branches
No related tags found
No related merge requests found
FROM docker.io/node
RUN apt update -y && apt install mc htop net-tools git -y
ADD config/ /app/config/
ADD corelink.js /app/
WORKDIR /app/
RUN cd /app && npm install ws
RUN cd /app && npm install ws config https
#ADD shell.sh /shell.sh
#RUN chmod 777 /shell.sh
EXPOSE 20010/tcp 20011/udp 20011/tcp 20012/tcp 20013/tcp 80/tcp 443/tcp
CMD node corelink.js
#CMD /shell.sh
#CMD node --version
#!/bin/bash
while [ : ]
do
sleep 1000
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment