diff --git a/Dockerfile b/Dockerfile index 7f55c62..0544139 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN go mod download COPY . . # Build the application for the specified target architecture -RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} go build -o mqtt-postgresql . +RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} go build -o p1-logger . # Create a minimal runtime image FROM --platform=${TARGETPLATFORM} scratch