FROM scratch VOLUME /snips EXPOSE 3000 COPY target/x86_64-unknown-linux-musl/release/brownpaper /bin/ ENTRYPOINT [ "/bin/brownpaper" ]