Skip to content

Commit

Permalink
change dir
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyCh3n committed Oct 2, 2021
1 parent 878a078 commit 5e0e553
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile/Dockerfile → src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update && \
# RUN chmod +x /usr/bin/yq

RUN curl -fLo /usr/bin/yq https://github.com/mikefarah/yq/releases/download/3.4.0/yq_linux_amd64 && chmod +x /usr/bin/yq
ADD ../ga /usr/bin/ga
ADD ./ga /usr/bin/ga
RUN chmod +x /usr/bin/ga

WORKDIR /workdir/
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5e0e553

Please sign in to comment.