Rename app.
Some checks failed
Build Docker image / build (push) Failing after 44s

This commit is contained in:
Pieter Hollander 2023-12-05 17:43:23 +01:00
parent 7edeed1e88
commit 8a370d7767
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg

View file

@ -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"]