Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
shimunn 2019-09-07 21:28:32 +02:00
parent 141f048d13
commit 31c71c7c51
Signed by: shimun
GPG Key ID: E81D8382DC2F971B

View File

@ -1,9 +1,9 @@
FROM scratch
FROM debian:buster-slim
VOLUME /snips
EXPOSE 3000
COPY target/x86_64-unknown-linux-musl/release/brownpaper /bin/
COPY target/release/brownpaper /bin/
ENTRYPOINT [ "/bin/brownpaper" ]