fix dockerfile path

This commit is contained in:
Quentin 2023-03-16 12:33:03 +01:00
parent 907bb14fb9
commit f199ceb364
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -1,3 +1,3 @@
FROM scratch
COPY ./albatros /albatros
COPY ./result/bin/albatros /albatros
ENTRYPOINT ["/albatros"]