Restructure project

This commit is contained in:
Florian Hoss 2023-07-04 23:07:23 +02:00
parent e44e7caa11
commit 16b2f17301
46 changed files with 1744 additions and 1265 deletions

View file

@ -8,8 +8,7 @@ COPY ./go.sum .
RUN go mod download
RUN go install github.com/cosmtrek/air@latest
COPY ./.air.toml .
ENV VERSION=v0.0.0-DEV
ENV BUILD_TIME=2023-06-01T08:07:43.454Z
CMD ["air"]