Files
2023-04-19 20:24:34 +02:00

8 lines
98 B
Docker

FROM node
ENV NODE_PATH="/usr/local/lib/node_modules"
RUN npm install juice -g
ENTRYPOINT [""]