update Dockerfile path
This commit is contained in:
parent
3e3a51cc40
commit
67bcc9e90e
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
FROM ulexus/go-minimal
|
FROM ulexus/go-minimal
|
||||||
COPY tmp/cycore-web /app
|
COPY /go/tmp/cycore-web /app
|
||||||
COPY tmp/src /
|
COPY /go/tmp/src /
|
||||||
|
|
Loading…
Reference in a new issue