Note: I am actually running Podman locally aliased to docker, but I went looking at the docs, and it doesn't seem like this flag exists in the real docker CLI either: https://docs.docker.com/reference/cli/docker/compose/build/
Removing that flag from the command at
|
docker compose build --build-arg USER_ID=$(shell id -u) --build-arg GROUP_ID=$(shell id -g) --force-rm web |
allowed me to build and run the application.
Note: I am actually running Podman locally aliased to docker, but I went looking at the docs, and it doesn't seem like this flag exists in the real docker CLI either: https://docs.docker.com/reference/cli/docker/compose/build/
Removing that flag from the command at
pyladiescon-portal/Makefile
Line 14 in 47c92a1