guitea build
Some checks failed
Build / Build - linux (push) Failing after 49s

This commit is contained in:
2025-12-10 21:27:02 +01:00
parent 9859008cdb
commit a9eb30efca
3 changed files with 18 additions and 13 deletions

View File

@@ -0,0 +1 @@
docker build -t gitea.staspast.click/stas/rust-node-builder:latest -f linux-build.Dockerfile . && docker push gitea.staspast.click/stas/rust-node-builder:latest

View File

@@ -0,0 +1,4 @@
# If using rust:alpine (NOT recommended for your current issue, but good to know)
FROM rust:alpine
RUN apk update && \
apk add nodejs npm