Skip to content

Commit

Permalink
Modify: modify DockerFile
Browse files Browse the repository at this point in the history
modify DockerFile
  • Loading branch information
Zherphy committed Oct 10, 2024
1 parent 09e1786 commit 91a5a64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ FROM golang:1.21 as BUILDER

WORKDIR /home
COPY . .
RUN cd ./BigFiles && \
go get github.com/akrylysov/algnhsa && \
RUN go get github.com/akrylysov/algnhsa && \
go get github.com/sirupsen/logrus && \
go build ./BigFiles/main.go

Expand Down

0 comments on commit 91a5a64

Please sign in to comment.