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

6 lines
56 B
Docker

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