liste-de-courses-www/docker/Dockerfile
2022-07-19 21:12:39 +02:00

7 lines
113 B
Docker

FROM node:14
RUN npm install node-sass
RUN npm install @vue/cli-service
ENTRYPOINT ["tail", "-f", "/dev/null"]