This commit is contained in:
soraefir
2026-05-11 20:16:37 +02:00
parent 4708753085
commit 2f24725df4
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ let
image = pkgs.dockerTools.streamLayeredImage {
name = "ethercalc";
tag = ethercalc_exe.version;
contents = [ pkgs.sh ];
config = {
Entrypoint = [ "${ethercalc_exe}/bin/ethercalc" ];
ExposedPorts = { "8080/tcp" = {}; };