fix build

This commit is contained in:
nora 2023-08-31 21:05:55 +02:00
parent 846b7f3a24
commit e139fa733e

View file

@ -21,6 +21,6 @@ FROM gcr.io/distroless/cc
WORKDIR /app
COPY --from=build /app/target/release/x86_64-unknown-linux-musl/uptime uptime
COPY --from=build /app/target/release/uptime uptime
CMD ["/app/uptime"]