diff --git a/Dockerfile b/Dockerfile index 3166a02..7f55c62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,8 +19,8 @@ FROM --platform=${TARGETPLATFORM} scratch WORKDIR /app # Copy the executable from the builder stage -COPY --from=builder /app/mqtt-postgresql /app/mqtt-postgresql +COPY --from=builder /app/p1-logger /app/p1-logger COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # Run the application -CMD ["./mqtt-postgresql"] +CMD ["./p1-logger"]