Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
1ada3ad2
Commit
1ada3ad2
authored
Oct 01, 2019
by
YannGarcia
Browse files
Merge branch 'STF525' of
https://forge.etsi.org/gitlab/ITS/ITS
into STF525
parents
1b39eef6
ad3068f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/build-container.sh
View file @
1ada3ad2
...
...
@@ -8,7 +8,7 @@ set -vx
DOCKER_FILE
=
./Dockerfile
if
[
-f
${
DOCKER_FILE
}
]
then
docker build
--tag
stf525_its
--force-rm
.
docker build
--no-cache
--tag
stf525_its
--force-rm
.
if
[
"
$?
"
!=
"0"
]
then
echo
"Docker build failed:
$?
"
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment