Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
a7d2b34f8b | |||
1089942cc3 |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ht-docker-node",
|
"name": "ht-docker-node",
|
||||||
"version": "5.0.6",
|
"version": "5.0.7",
|
||||||
"description": "docker image with nodejs with shipzone.io support",
|
"description": "docker image with nodejs with shipzone.io support",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -1,2 +1 @@
|
|||||||
#!/bin/sh
|
|
||||||
echo "this runs within latest container!";
|
echo "this runs within latest container!";
|
||||||
|
@ -1 +0,0 @@
|
|||||||
mkdocs --version
|
|
@ -1,3 +1,5 @@
|
|||||||
# npm
|
# npm
|
||||||
npm install -g npmts
|
npm -v
|
||||||
npmts -v
|
node -v
|
||||||
|
npm install -g @gitzone/gitzone
|
||||||
|
gitzone -v
|
Reference in New Issue
Block a user