Compare commits

..

10 Commits

Author SHA1 Message Date
a7d2b34f8b 5.0.7 2018-11-29 11:06:53 +01:00
1089942cc3 fix(core): update 2018-11-29 11:06:53 +01:00
f443d220c6 5.0.6 2018-11-29 10:57:30 +01:00
52866e8aa5 fix(tests): remove npmts from tests 2018-11-29 10:57:30 +01:00
50cb638732 5.0.5 2018-11-29 10:49:50 +01:00
67470d22f4 fix(core): update 2018-11-29 10:49:50 +01:00
5a3f5a1a72 5.0.4 2018-11-29 08:03:22 +01:00
3cdcc3738b fix(core): update 2018-11-29 08:03:21 +01:00
d2c8e2b51e 5.0.3 2018-11-28 23:31:14 +01:00
b69c781c4d fix(core): update 2018-11-28 23:31:14 +01:00
6 changed files with 8 additions and 7 deletions

View File

@ -1,2 +1,3 @@
FROM node:11.3.0-alpine FROM node:11.3.0-alpine
LABEL author="Lossless GmbH <hello@lossless.com>" LABEL author="Lossless GmbH <hello@lossless.com>"
RUN apk update && apk add bash libc6-compat

View File

@ -1,6 +1,6 @@
{ {
"name": "ht-docker-node", "name": "ht-docker-node",
"version": "5.0.2", "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": {

View File

@ -1,2 +1 @@
#!/bin/sh
echo "this runs within latest container!"; echo "this runs within latest container!";

View File

@ -5,5 +5,5 @@ npmci -v
npmci install lts npmci install lts
# check if npm picks it up # check if npm picks it up
npmci command npm install -g npmts npmci command npm install -g @gitzone/gitzone
npmci command npmts -v npmci command gitzone -v

View File

@ -1 +0,0 @@
mkdocs --version

View File

@ -1,3 +1,5 @@
# npm # npm
npm install -g npmts npm -v
npmts -v node -v
npm install -g @gitzone/gitzone
gitzone -v