fixed problems from install script #72

Merged
tom_trgr merged 3 commits from dev/main into main 2026-01-18 22:55:13 +01:00
20 changed files with 2 additions and 3 deletions
Showing only changes of commit fdda0ea669 - Show all commits

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"]