Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
simeononsecurity committed Aug 7, 2024
1 parent 023657b commit 246a4ac
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,12 @@ COPY --from=builder /app/RTKLIB/app/consapp/str2str/gcc/str2str /usr/local/bin/s
# Copy the compiled NTRIP server from the build stage
COPY --from=builder /app/ntripserver/ntripserver /usr/local/bin/ntripserver

COPY --from=build /usr/src/ttybus/tty_bus /usr/local/bin/
COPY --from=build /usr/src/ttybus/tty_fake /usr/local/bin/
COPY --from=build /usr/src/ttybus/tty_plug /usr/local/bin/
COPY --from=build /usr/src/ttybus/tty_attach /usr/local/bin/
COPY --from=build /usr/src/ttybus/dpipe /usr/local/bin/
# Copy tty binaries from the build stage
COPY --from=builder /usr/src/ttybus/tty_bus /usr/local/bin/
COPY --from=builder /usr/src/ttybus/tty_fake /usr/local/bin/
COPY --from=builder /usr/src/ttybus/tty_plug /usr/local/bin/
COPY --from=builder /usr/src/ttybus/tty_attach /usr/local/bin/
COPY --from=builder /usr/src/ttybus/dpipe /usr/local/bin/

# Copy the healthcheck script into the container
COPY healthcheck.sh /usr/local/bin/healthcheck.sh
Expand Down

0 comments on commit 246a4ac

Please sign in to comment.