Skip to content

Commit 879cdf4

Browse files
Remove obsolete --force-rm flag in Docker (#310)
1 parent 3201937 commit 879cdf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ default:
1111

1212
.state/docker-build-web: Dockerfile requirements-app.txt requirements-dev.txt
1313
# Build our web container for this project.
14-
docker compose build --build-arg USER_ID=$(shell id -u) --build-arg GROUP_ID=$(shell id -g) --force-rm web
14+
docker compose build --build-arg USER_ID=$(shell id -u) --build-arg GROUP_ID=$(shell id -g) web
1515

1616
# Collect static assets
1717
docker compose run --rm web python manage.py collectstatic --noinput --clear

0 commit comments

Comments
 (0)