fx/Dockerfile
2019-02-24 15:58:28 +07:00

6 lines
55 B
Docker

FROM node:8-alpine
RUN npm i -g fx
ENTRYPOINT ["fx"]