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
openmole
openmole
Commits
20642ac0
Commit
20642ac0
authored
May 29, 2019
by
Romain Reuillon
Browse files
[Build] fix: docker image
parent
229ccc63
Changes
1
Hide whitespace changes
Inline
Side-by-side
openmole/build.sbt
View file @
20642ac0
...
...
@@ -1050,7 +1050,7 @@ lazy val dockerBin = Project("docker", binDir / "docker") enablePlugins (sbtdock
runRaw
(
"""groupadd -r openmole && \
useradd -r -g openmole openmole --home-dir /var/openmole/ --create-home && \
mkdir /workspace &&
chown openmole:openmole -R /
workspac
e && \
chown openmole:openmole -R /
var/openmol
e && \
chmod +x /openmole/openmole && \
ln -s /openmole/openmole /usr/bin/openmole"""
)
expose
(
8443
)
...
...
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