Skip to content

Commit

Permalink
fix: go环境部署
Browse files Browse the repository at this point in the history
  • Loading branch information
sihan committed Sep 10, 2021
1 parent ca26acf commit 5b6544a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN yum -y install gcc gcc-c++ kernel-devel
RUN mkdir -p /go/src
COPY . /go/src
WORKDIR /go/src
COPY /go/src/tool/go /usr/local/go
RUN cp -r tool/go /usr/local/go
RUN chmod -R 755 /usr/local/go
RUN export PATH=$PATH:/usr/local/go/bin
ENV PATH /usr/local/go/bin:$PATH
Expand Down
Binary file modified front/decept-defense.tar.gz
Binary file not shown.

0 comments on commit 5b6544a

Please sign in to comment.