We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18ca94 commit a659f31Copy full SHA for a659f31
docker.nix
@@ -9,7 +9,7 @@ in
9
pkgs.dockerTools.buildImage {
10
name = "project-m36";
11
tag = "latest";
12
- contents = [ static-project-m36 ];
+ copyToRoot = [ static-project-m36 ];
13
# expose default project-m36 and websocket server ports
14
config = {
15
Env = [ "LC_ALL=en_US.UTF-8" ];
0 commit comments