Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
corelink-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maksym Yemelianenko
corelink-server
Commits
33434602
Commit
33434602
authored
5 years ago
by
Robert Pahle
Browse files
Options
Downloads
Patches
Plain Diff
updated setup files
parent
9783587f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+6
-1
6 additions, 1 deletion
Dockerfile
shell.sh
+6
-0
6 additions, 0 deletions
shell.sh
with
12 additions
and
1 deletion
Dockerfile
+
6
−
1
View file @
33434602
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
This diff is collapsed.
Click to expand it.
shell.sh
0 → 100644
+
6
−
0
View file @
33434602
#!/bin/bash
while
[
:
]
do
sleep
1000
done
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment