Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyd450 committed Nov 30, 2023
1 parent ece726d commit e70ed88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ COPY --from=builder /opt/app-root/src/timestamp-server /usr/local/bin/timestamp-
CMD ["timestamp-server", "serve"]

# debug compile options & debugger
FROM deploy as debug
#FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.21 as debug

RUN go install github.com/go-delve/delve/cmd/[email protected]
#RUN go install github.com/go-delve/delve/cmd/[email protected]

# overwrite server and include debugger
COPY --from=builder /opt/app-root/src/timestamp-server_debug /usr/local/bin/timestamp-server
#COPY --from=builder /opt/app-root/src/timestamp-server_debug /usr/local/bin/timestamp-server

0 comments on commit e70ed88

Please sign in to comment.