Skip to content

Commit

Permalink
fix(cache) nuke the previous Kong source (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic authored Apr 27, 2020
1 parent e7f0821 commit aeb5c03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ ENV KONG_GO_PLUGINSERVER_VERSION=master
ENV GOPATH=/tmp/go
ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH

RUN rm -rf /kong/* || true
COPY kong /kong
RUN mkdir -p /kong/servroot/logs
RUN chmod -R 777 /kong
Expand Down

0 comments on commit aeb5c03

Please sign in to comment.