moved migrations
All checks were successful
Tests / Run Go Tests (push) Successful in 2m7s
Arbeitszeitmessung Deploy / Build Webserver (push) Successful in 2m45s

This commit is contained in:
2026-01-18 22:50:51 +01:00
parent c10ab98997
commit fdda0ea669
20 changed files with 2 additions and 3 deletions

View File

@@ -18,10 +18,9 @@ RUN apk add --no-cache tzdata typst
WORKDIR /app
COPY --from=build /app/server /app/server
COPY ../migrations /app/migrations
COPY migrations /app/migrations
COPY ./doc/static /doc/static
COPY ./doc/templates /doc/templates
COPY doc /doc
COPY /static /app/static
ENTRYPOINT ["./server"]