Move production Dockerfile to docker directory

This commit is contained in:
2022-03-02 22:01:03 +00:00
parent 70edb382e1
commit 6712af10d9

3
docker/Dockerfile Normal file
View File

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