Closed yutiansut closed 4 years ago
there's this line in Dockerfile:
ADD . /go/src/github.com/gopherdata/gophernotes/
so line 40 is expected to be fine whatever the "build mode" of Go.
opts~ thanks~
finnally ok~ @sbinet thanks for your help again~~
Update: I am working on Go 1.11 modules support for both gomacro and gophernotes:
https://github.com/gopherdata/gophernotes/pull/189 also contains module-related fixes to Dockerfile and Dockerfile.DS
Should be fixed now that https://github.com/gopherdata/gophernotes/pull/189 is merged
@sbinet
the kernel.json used to be inplaced in /go/src/
which in Dockerfile
while in 0.5 version, gophernotes been installed as a go mod, while actually the kernel.json in
so maybe affected by this change
maybe change this to
would be better