Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Outillage
prezbuilder
Commits
df0ed9ec
Commit
df0ed9ec
authored
Jun 30, 2020
by
Guillaume Perréal
Browse files
Utilise readlink -f pour avoir les chemins complets dans bin/prezbuilder-docker.
parent
ef262b3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/prezbuilder-docker
View file @
df0ed9ec
...
...
@@ -3,8 +3,8 @@ exec docker run \
--rm
-t
\
--init
\
-u
`
id
-u
`
:
`
id
-g
`
\
-v
`
readlink
${
2
:-
src
}
`
:/src:ro
\
-v
`
readlink
${
3
:-
public
}
`
:/public
\
-v
`
readlink
-f
${
2
:-
src
}
`
:/src:ro
\
-v
`
readlink
-f
${
3
:-
public
}
`
:/public
\
-p
3000:3000/tcp
\
-p
35729:35729/tcp
\
gitlab-registry.irstea.fr/pole-is/tools/prezbuilder:
${
CI_COMMIT_REF_NAME
:-
master
}
\
...
...
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