Skip to content

Commit a659f31

Browse files
committed
fix docker warning
1 parent e18ca94 commit a659f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ in
99
pkgs.dockerTools.buildImage {
1010
name = "project-m36";
1111
tag = "latest";
12-
contents = [ static-project-m36 ];
12+
copyToRoot = [ static-project-m36 ];
1313
# expose default project-m36 and websocket server ports
1414
config = {
1515
Env = [ "LC_ALL=en_US.UTF-8" ];

0 commit comments

Comments
 (0)