dockette / ci

:whale: Dockette dockerized Alpine linux Dockerfiles for PHP 5.6-8.2 + Composer. NodeJS 6-18. Ansible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node variants of images have incorrect CMD

silen-z opened this issue · comments

Node variants of images specify CMD as nodejs, which is not provided by the image. The correct command is just node.

To reproduce:

docker run dockette/ci:node18
/bin/sh: nodejs: not found