Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 36b8525

Browse files
tbalmblaschke
authored andcommitted
[TASK] Pull images on make rebuild (#166)
Make sure to use latest images by automatically pulling needed images and forcing recreation of containers when using 'make rebuild'.
1 parent 3acacc2 commit 36b8525

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ state:
2929

3030
rebuild:
3131
docker-compose stop
32+
docker-compose pull
3233
docker-compose rm --force app
3334
docker-compose build --no-cache
34-
docker-compose up -d
35+
docker-compose up -d --force-recreate
3536

3637
#############################
3738
# MySQL

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /