Compare commits

...

8 Commits

Author SHA1 Message Date
5e58389bbe 5.0.43 2019-09-19 16:11:44 +02:00
2cef721039 fix(core): update 2019-09-19 16:11:44 +02:00
1e5677e7b3 5.0.42 2019-09-01 15:15:56 +02:00
a16aa527e0 5.0.41 2019-09-01 13:59:24 +02:00
8a3ebe4edd 5.0.40 2019-08-31 16:32:16 +02:00
3754370601 fix(core): update 2019-08-31 16:32:16 +02:00
98e9bb7ccd 5.0.39 2019-08-31 16:30:43 +02:00
d15e063c92 fix(core): update 2019-08-31 16:30:43 +02:00
3 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,4 @@
FROM node:12.8.1-alpine FROM node:12.8.1-alpine
LABEL author="Lossless GmbH <hello@lossless.com>" LABEL author="Lossless GmbH <hello@lossless.com>"
RUN apk update && apk add bash libc6-compat RUN apk update && apk add bash libc6-compat
ENV NODE_OPTIONS=--max_old_space_size=100

View File

@ -1,6 +1,6 @@
{ {
"name": "ht-docker-node", "name": "ht-docker-node",
"version": "5.0.38", "version": "5.0.43",
"description": "docker image with nodejs and shipzone.io support", "description": "docker image with nodejs and shipzone.io support",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -1,9 +1,10 @@
# check if npmci is available # check if npmci is available
npm init -y
npmci -v npmci -v
# TODO update npmci to not require package.json # TODO update npmci to not require package.json
# npmci node install stable npmci node install stable
# check if npm picks it up # check if npm picks it up
# npmci command npm install -g @gitzone/tsrun npmci command npm install -g @gitzone/tsrun
# npmci command tsrun -v npmci command tsrun -v