Logo
Explore Docs Blog Community Main Website Help
Sign In
host.today/ht-docker-tools
2
0
Fork 0
You've already forked ht-docker-tools
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
a15dc3f672b6f08167086d5248a4d07f50431383
ht-docker-tools/image_support_files/bash-with-nvm

10 lines
209 B
Plaintext
Raw Normal View History

feat: restructure ht-docker-tools repository with enhanced Deno support and NVM integration - Removed Dockerfile and added multiple Dockerfiles for various tools (ClickHouse, MongoDB, MinIO, Caddy, Redis) with Deno runtime. - Updated package.json to reflect new repository structure and versioning. - Added comprehensive README and technical notes for architecture overview and usage. - Implemented build and test scripts for streamlined image creation and validation. - Introduced bash scripts for NVM functionality in Docker images.
2025-11-27 13:10:00 +00:00
#!/bin/bash
set -e
# Load nvm before executing Dockerfile RUN commands
export NVM_DIR="/usr/local/nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
# Execute the command passed to this wrapper
eval "$@"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 161ms Template: 24ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API Legal Info/Impressum