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
ad3068f2
Commit
ad3068f2
authored
Sep 11, 2019
by
Yann Garcia
Browse files
Update build-container.sh
parent
8a718236
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/build-container.sh
View file @
ad3068f2
...
...
@@ -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