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

5 lines
72 B
Docker

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