Move production Dockerfile to docker directory

This commit is contained in:
2022-03-02 22:01:03 +00:00
parent e0285922bd
commit 0ca52d4fe4

3
docker/Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM scratch
COPY ./budgeteer /app/budgeteer
ENTRYPOINT ["/app/budgeteer"]