Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
ae30ceec26 | |||
f1426931fa | |||
097a741488 | |||
9d62eab807 |
@ -8,7 +8,7 @@ stages:
|
|||||||
- triggerPagesVerify
|
- triggerPagesVerify
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- npm install -g npmci
|
- npm install -g @shipzone/npmci
|
||||||
- npmci docker login
|
- npmci docker login
|
||||||
|
|
||||||
buildTest:
|
buildTest:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM hosttoday/ht-docker-node:stable
|
FROM hosttoday/ht-docker-node:stable
|
||||||
LABEL author="Lossless GmbH <office@lossless.com>"
|
LABEL author="Lossless GmbH <office@lossless.com>"
|
||||||
|
|
||||||
RUN npm install -g npmci npmdocker @gitzone/npmts ts-node
|
RUN npm install -g @shipzone/npmci @gitzone/npmdocker @gitzone/npmts ts-node
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ht-docker-node",
|
"name": "ht-docker-node",
|
||||||
"version": "4.3.65",
|
"version": "4.3.67",
|
||||||
"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,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
npm -v
|
echo "this runs within latest container!";
|
||||||
|
Reference in New Issue
Block a user