mirror of
https://github.com/antonmedv/fx
synced 2024-11-15 12:13:06 +00:00
6 lines
55 B
Docker
6 lines
55 B
Docker
FROM node:8-alpine
|
|
|
|
RUN npm i -g fx
|
|
|
|
ENTRYPOINT ["fx"]
|