This commit is contained in:
2025-12-17 19:56:15 +01:00
parent 3653a5fce1
commit 774c55aaf1
2 changed files with 4 additions and 3 deletions

View File

@@ -36,3 +36,4 @@ RUN mkdir -p $NVM_DIR && \
nvm install $NODE_VERSION && \
nvm use $NODE_VERSION && \
nvm alias default $NODE_VERSION
RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -b /usr/local/bin