From c7cebefa20c3ed3e4b86015fb324e6c11c63dc19 Mon Sep 17 00:00:00 2001 From: Astound Date: Sun, 22 Jun 2025 15:32:55 -0500 Subject: [PATCH] tets --- .github/workflows/docker-publish.yml | 1 - Dockerfile | 4 +--- README.md | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 41127c0..0430121 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -35,5 +35,4 @@ jobs: push: true platforms: | linux/amd64 - linux/386 tags: docker.io/${{ secrets.DOCKER_REGISTRY_USER }}/base-node:latest diff --git a/Dockerfile b/Dockerfile index da5b7e6..c768152 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,4 @@ RUN pacman -Syu --noconfirm --noprogressbar \ && ln -s "$NVM_DIR/versions/node/$(ls $NVM_DIR/versions/node)/bin/npm" /usr/bin/npm \ && ln -s "$NVM_DIR/versions/node/$(ls $NVM_DIR/versions/node)/bin/npx" /usr/bin/npx -SHELL ["/bin/bash", "-c"] - -CMD ["node", "--version"] +CMD ["/bin/bash"] diff --git a/README.md b/README.md index 2063651..56aa4af 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Una imagen Docker base con **Node.js LTS instalado vía NVM**, ideal para proyec ## 📦 Características -- Basado en `ubuntu:22.04` +- Basado en `hyperbola:v0.4.4` - Node.js LTS instalado con `nvm` - Incluye `npm` y `npx` - Node.js accesible globalmente (`node`, `npm`, `npx` en `/usr/bin/`)