This commit is contained in:
parent
7edeed1e88
commit
8a370d7767
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ FROM --platform=${TARGETPLATFORM} scratch
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Copy the executable from the builder stage
|
# 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/
|
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||||
|
|
||||||
# Run the application
|
# Run the application
|
||||||
CMD ["./mqtt-postgresql"]
|
CMD ["./p1-logger"]
|
||||||
|
|
Loading…
Reference in a new issue