Trying.
This commit is contained in:
6
docker/Dockerfile
Normal file
6
docker/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM node:14
|
||||
|
||||
RUN npm install node-sass
|
||||
RUN npm install @vue/cli-service
|
||||
|
||||
ENTRYPOINT ["tail", "-f", "/dev/null"]
|
Reference in New Issue
Block a user