CyberChef/docker/grunt/Dockerfile

5 lines
55 B
Text
Raw Normal View History

2020-12-04 20:50:20 +00:00
FROM node:10
RUN npm install -g grunt-cli
EXPOSE 8080