Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 407d27f

Browse files
committed
Fix gopath
1 parent 4adcbde commit 407d27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV DOCKER_VERSION 1.35
1313
# Setup Koneko
1414
RUN apk --no-cache add bash git mercurial
1515
RUN go get github.com/golang/dep/cmd/dep
16-
COPY . /go/src/github.com/gedorinku/koneko-online-judge
16+
COPY . /go/src/github.com/ProgrammingLab/koneko-online-judge
1717
RUN cd /go/src/github.com/ProgrammingLab/koneko-online-judge/server/ \
1818
&& dep ensure -vendor-only \
1919
&& go build main.go

0 commit comments

Comments
 (0)