adjustment to rebuild module cache as a tool

This commit is contained in:
Jeffrey Martin
2021-09-01 09:13:56 -05:00
parent 97b03a81c9
commit 4746684735
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ RUN pip install requests
ENV GOPATH=$TOOLS_HOME/go
ENV GOROOT=$TOOLS_HOME/bin/go
ENV PATH==${PATH}:${GOPATH}/bin:${GOROOT}/bin
ENV PATH=${PATH}:${GOPATH}/bin:${GOROOT}/bin
WORKDIR $APP_HOME