7 lines
113 B
Docker
Raw Normal View History

2022-07-19 21:12:39 +02:00
FROM node:14
RUN npm install node-sass
RUN npm install @vue/cli-service
ENTRYPOINT ["tail", "-f", "/dev/null"]