sh
This commit is contained in:
@@ -8,7 +8,7 @@ let
|
||||
image = pkgs.dockerTools.streamLayeredImage {
|
||||
name = "ethercalc";
|
||||
tag = ethercalc_exe.version;
|
||||
contents = [ pkgs.sh ];
|
||||
contents = [ pkgs.bashInteractive ];
|
||||
config = {
|
||||
Entrypoint = [ "${ethercalc_exe}/bin/ethercalc" ];
|
||||
ExposedPorts = { "8080/tcp" = {}; };
|
||||
|
||||
Reference in New Issue
Block a user