added docker

This commit is contained in:
Simon Haas 2020-12-04 20:50:20 +00:00
parent c9d9730726
commit 7f58b72c8e
4 changed files with 32 additions and 2 deletions

5
docker/grunt/Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM node:10
RUN npm install -g grunt-cli
EXPOSE 8080