liste-de-courses-www/docker/Dockerfile

7 lines
113 B
Docker
Raw Normal View History

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