Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into coop_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisOSRM committed Jan 12, 2024
2 parents 57ccf22 + 06de09d commit 0e92f1f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN mkdir src && \
# Stage 2: Build the application
COPY ./Cargo.toml ./
COPY ./hms2mqtt ./hms2mqtt
COPY ./src ./src
COPY ./src/bin/hms-mqtt-publish ./src
RUN cargo install --path .

# Copy the installed application from the build image to the smaller image.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0e92f1f

Please sign in to comment.