Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
glasnt committed Feb 27, 2024
1 parent 0420a54 commit 2a520e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ COPY . .
RUN CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' \
-o /bin/a.out ./cmd/cloudshell_open

FROM gcr.io/cloudshell-images/cloudshell:latest
COPY --from=build /bin/a.out /bin/cloudshell_open
#FROM gcr.io/cloudshell-images/cloudshell:latest
FROM gcr.io/esu-sandbox5/cloudshell:latest
COPY --from=build /bin/a.out /bin/cloudshell_open

0 comments on commit 2a520e7

Please sign in to comment.