ml170722d
ml170722d
Running the command gives me the following output: ``` steve(bugfix/github-1316): docker build --build-arg DB_HOST=localhost --build-arg DB_PORT=3306 --build-arg DB_USERNAME=xxxx --build-arg DB_PASSWORD=xxxx --build-arg DB_DATABASE=xxxx -f k8s/docker/Dockerfile -t steve . [+] Building 2.2s...
``` steve(bugfix/github-1316): docker run --rm --env DB_HOST=localhost --env DB_PORT=3306 --env DB_USERNAME=xxxx --env DB_PASSWORD=xxxx --env DB_DATABASE=xxxx steve:latest [INFO ] 2024-01-07 20:04:29,401 de.rwth.idsg.steve.utils.PropertiesFileLoader (main) - Hint: The Java system property 'main.properties' can...