Skip to content

Commit

Permalink
fix example copy paths
Browse files Browse the repository at this point in the history
  • Loading branch information
matti committed Dec 7, 2020
1 parent 445a0e2 commit a77eb09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk add --no-cache ca-certificates
COPY --from=build /app /app

# uncomment the following two lines if you're exposing a private GCR registry
# COPY key.json /app/key.json
# ENV GOOGLE_APPLICATION_CREDENTIALS /app/key.json
# COPY key.json /key.json
# ENV GOOGLE_APPLICATION_CREDENTIALS /key.json

ENTRYPOINT [ "/app" ]

0 comments on commit a77eb09

Please sign in to comment.