fx/Dockerfile

6 lines
55 B
Docker
Raw Normal View History

2019-02-24 08:58:28 +00:00
FROM node:8-alpine
RUN npm i -g fx
ENTRYPOINT ["fx"]