Fixed shuffle-shared version in worker and orborus and bumped versions

This commit is contained in:
frikky
2021-10-22 18:41:52 +02:00
parent a506b6e124
commit 42040cb6bd
13 changed files with 72 additions and 679 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ WORKDIR /app
#RUN go env -w GO111MODULE=auto
COPY worker.go /app/worker.go
COPY go.mod /app/go.mod
COPY go.sum /app/go.sum
#RUN go
#COPY go.sum /app/go.sum
RUN go get
#RUN go mod init worker