diff --git a/src/backend/nixpacks.toml b/src/backend/nixpacks.toml index c487b19..ccf858d 100644 --- a/src/backend/nixpacks.toml +++ b/src/backend/nixpacks.toml @@ -6,5 +6,4 @@ nixPkgs = ['mold'] cmds = ['mkdir -p bin', 'RUSTFLAGS="-C link-arg=-fuse-ld=mold" cargo build --release', 'cp target/release/monitor bin/'] [start] -runImage = 'alpine:latest' cmd = './bin/monitor' \ No newline at end of file diff --git a/src/frontend/nixpacks.toml b/src/frontend/nixpacks.toml index 8f7dda5..15fe330 100644 --- a/src/frontend/nixpacks.toml +++ b/src/frontend/nixpacks.toml @@ -2,5 +2,4 @@ NIXPACKS_NODE_VERSION = '22' [start] -runImage = 'alpine:latest' cmd = 'node build' \ No newline at end of file