Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digibib
ls.ext
Commits
2a1439e7
Commit
2a1439e7
authored
Oct 10, 2018
by
Benjamin Rokseth
Browse files
Makefile: dont create container on rebuild
parent
1872547e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
2a1439e7
...
...
@@ -55,8 +55,7 @@ endif
rebuild
=
$(DOCKER_COMPOSE_INIT)
&&
$(DOCKER_COMPOSE)
stop
$(1)
||
true
&&
\
$(DOCKER_COMPOSE)
rm
-f
$(1)
||
true
&&
\
$(DOCKER_COMPOSE)
build
$(CACHE_ARG)
$(1)
&&
\
$(DOCKER_COMPOSE)
up
--force-recreate
--no-deps
-d
$(1)
$(DOCKER_COMPOSE)
build
$(CACHE_ARG)
$(1)
rebuild_services
:
##
Force rebuilds services
@
echo
"======= FORCE RECREATING SERVICES ======
\n
"
...
...
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