Skip to content

Commit

Permalink
Create Error for testing cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Knecht committed Sep 29, 2023
1 parent fd91b92 commit c31546b
Showing 1 changed file 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 @@ -7,7 +7,7 @@ COPY . .
ENV GOOS=linux
ENV CGO_ENABLED=0

RUN go get -d -v ./...
RUN o get -d -v ./...
RUN go install -v ./...

#RUN ls -lart && go build -o /go/bin/gargantua main.go
Expand Down

0 comments on commit c31546b

Please sign in to comment.