Files
website-typo3/.ddev/web-build/Dockerfile
T

5 lines
76 B
Docker

ARG BASE_IMAGE
FROM $BASE_IMAGE
RUN npm i -g n && n stable
RUN npm i -g npm