Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jan
kresus
Commits
427150e5
Commit
427150e5
authored
Jun 25, 2017
by
Jan
Browse files
git-repo test
parent
2c5b7b4b
Pipeline
#17891
failed with stage
in 2 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/janitor/Dockerfile
View file @
427150e5
...
@@ -38,6 +38,9 @@ RUN echo "\n# Kresus configuration." >> /home/user/.bashrc \
...
@@ -38,6 +38,9 @@ RUN echo "\n# Kresus configuration." >> /home/user/.bashrc \
&&
echo
"export HOST=
\"
0.0.0.0
\"
"
>>
/home/user/.bashrc
\
&&
echo
"export HOST=
\"
0.0.0.0
\"
"
>>
/home/user/.bashrc
\
&&
echo
"export PORT=
\"
9876
\"
"
>>
/home/user/.bashrc
&&
echo
"export PORT=
\"
9876
\"
"
>>
/home/user/.bashrc
# Install git-repo to easily contribute to https://framagit.org/bnjbvr/kresus/.
RUN
sudo
apt-get
install
python3-pip
&&
pip3
install
--user
git-repo
# Expose the port on which Kresus will be running.
# Expose the port on which Kresus will be running.
EXPOSE
9876
EXPOSE
9876
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment