Skip to content

Commit

Permalink
Revert "Use alpine for the images"
Browse files Browse the repository at this point in the history
This reverts commit 221beac.
  • Loading branch information
PolpOnline committed Dec 19, 2024
1 parent 221beac commit 7f1bb6a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/backend/nixpacks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
1 change: 0 additions & 1 deletion src/frontend/nixpacks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
NIXPACKS_NODE_VERSION = '22'

[start]
runImage = 'alpine:latest'
cmd = 'node build'

0 comments on commit 7f1bb6a

Please sign in to comment.