This project intends to create on a cron basis a docker image of Debian with node and Firebase CLI bundled
Find a file
Guillaume "B.B." Van Hemmen 109e09b941 - Fix: Ensure npx and node Availability ()
This PR addresses the issue where `npx` and `node` were not available in the action pipelines. Additionally, it removes the reliance on `nvm` for installation. Instead, the latest available LTS version of Node.js is installed during the image build process, ensuring compatibility and seamless execution in the pipelines.

This closes 

Reviewed-on: 
Co-authored-by: Guillaume "B.B." Van Hemmen <GuillaumeHemmen@noreply.git.van-hemmen.com>
Co-committed-by: Guillaume "B.B." Van Hemmen <GuillaumeHemmen@noreply.git.van-hemmen.com>
2025-07-14 18:45:14 +00:00
.forgejo/workflows Update .forgejo/workflows/docker-master.yaml 2025-06-29 06:22:58 +00:00
.woodpecker.yml - Add manual trigger to Woodpecker CI configuration. 2024-10-17 11:21:58 +02:00
Dockerfile - Fix: Ensure npx and node Availability () 2025-07-14 18:45:14 +00:00
LICENSE Initial commit 2023-11-04 12:06:53 +01:00
README.md Initial commit 2023-11-04 12:06:53 +01:00

debian-node-firebase

This project intends to create on a cron basis a docker image of Debian with node and Firebase CLI bundled