GraphQL API and utilities for the rpdata project
 
 

6 lines
70 B

FROM alpine
COPY build/usr /usr
COPY build/etc /etc
CMD ["/bin/sh"]