Update docker.nix

This commit is contained in:
Cadey Ratio 2020-02-07 10:40:10 -05:00 committed by GitHub
parent 5fe018a978
commit 64d6cbd8c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ let
dockerImage = pkg:
pkgs.dockerTools.buildImage {
name = pkg.name;
name = "xena/christinewebsite";
tag = pkg.version;
contents = [ pkg ];