This commit is contained in:
aminecmi
2022-07-19 21:12:39 +02:00
parent 1b533e63aa
commit d1982623ed
3 changed files with 9 additions and 3 deletions

6
docker/Dockerfile Normal file
View File

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