CyberChef/docker/grunt/Dockerfile

6 lines
56 B
Text
Raw Normal View History

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