FROM alpine:3.10
#RUN apk add libseccomp
COPY target/x86_64-unknown-linux-musl/release/dbui .
EXPOSE 4200/tcp
ENTRYPOINT ["/dbui"]
