Skip to content

Makefile uses invalid docker build flag --force-rm #251

@Hanse00

Description

@Hanse00

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions