We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3201937 commit 879cdf4Copy full SHA for 879cdf4
1 file changed
Makefile
@@ -11,7 +11,7 @@ default:
11
12
.state/docker-build-web: Dockerfile requirements-app.txt requirements-dev.txt
13
# 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
+ docker compose build --build-arg USER_ID=$(shell id -u) --build-arg GROUP_ID=$(shell id -g) web
15
16
# Collect static assets
17
docker compose run --rm web python manage.py collectstatic --noinput --clear
0 commit comments