4 lines
75 B
Docker
4 lines
75 B
Docker
FROM scratch
|
|
COPY ./budgeteer /app/budgeteer
|
|
ENTRYPOINT ["/app/budgeteer"]
|