Skip to content

Fix Docker image: hardcoded username 'jan' in Dockerfile and run.sh #82

Description

@jangroth

Username jan and home path /home/jan are hardcoded in docker/Dockerfile and docker/run.sh. Anyone else using this repo must edit both files to run Docker testing. Fix: use ARG USERNAME=jan + ENV HOME=/home/$USERNAME in Dockerfile and pass $(id -un) from run.sh.

Metadata

Metadata

Assignees

Labels

agent-safeSafe for automated agents to implementtodoTracked TODO item

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions