Skip to content

Commit 4699cdd

Browse files
tbalmblaschke
authored andcommitted
[TASK] Pull the base images for the to be build images (#176)
1 parent b3baf32 commit 4699cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ rebuild:
3131
docker-compose stop
3232
docker-compose pull
3333
docker-compose rm --force app
34-
docker-compose build --no-cache
34+
docker-compose build --no-cache --pull
3535
docker-compose up -d --force-recreate
3636

3737
#############################

0 commit comments

Comments
 (0)