fix dockerfile path
This commit is contained in:
parent
907bb14fb9
commit
f199ceb364
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
FROM scratch
|
||||
COPY ./albatros /albatros
|
||||
COPY ./result/bin/albatros /albatros
|
||||
ENTRYPOINT ["/albatros"]
|
||||
|
|
Loading…
Reference in a new issue