added working dir for the github actions

This commit is contained in:
2025-11-07 13:03:40 +01:00
parent 34e8ad4eb4
commit 7325e3a0c9

View File

@@ -124,6 +124,9 @@
docker = pkgs.dockerTools.buildImage {
name = "docki";
tag = "latest";
config = {
WorkingDir = "/app";
};
copyToRoot = pkgs.buildEnv {
name = "docki-docker";
paths = [