forked from Archives/fx
6 lines
55 B
Docker
6 lines
55 B
Docker
|
FROM node:8-alpine
|
||
|
|
||
|
RUN npm i -g fx
|
||
|
|
||
|
ENTRYPOINT ["fx"]
|