This commit is contained in:
@@ -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" ]
|
Reference in New Issue
Block a user