diff --git a/Dockerfile b/Dockerfile index cbe04f9..72e8d41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,6 @@ FROM debian:bookworm-slim RUN apt-get update && apt-get install -y libssl-dev COPY --from=builder /usr/local/cargo/bin/passes /usr/local/bin/passes +COPY ./Event.pass /usr/local/bin/Event.pass + CMD ["passes"] \ No newline at end of file