Skip to content

Commit

Permalink
chore(internal): fix docker workdir (#6603)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss authored Sep 1, 2022
1 parent 6f8b1eb commit e17e20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gapicgen/cmd/genbot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ RUN echo -e '#!/bin/bash\n\
' >> /run.sh
RUN chmod a+x /run.sh

WORKDIR /gapicgen
WORKDIR /google-cloud-go
CMD ["bash", "-c", "/run.sh"]

0 comments on commit e17e20f

Please sign in to comment.