cyberchef/docker/grunt/Dockerfile
2020-12-04 20:50:20 +00:00

5 lines
55 B
Docker

FROM node:10
RUN npm install -g grunt-cli
EXPOSE 8080