moved migrations
This commit is contained in:
@@ -18,10 +18,9 @@ RUN apk add --no-cache tzdata typst
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=build /app/server /app/server
|
COPY --from=build /app/server /app/server
|
||||||
|
|
||||||
COPY ../migrations /app/migrations
|
COPY migrations /app/migrations
|
||||||
|
|
||||||
COPY ./doc/static /doc/static
|
COPY doc /doc
|
||||||
COPY ./doc/templates /doc/templates
|
|
||||||
|
|
||||||
COPY /static /app/static
|
COPY /static /app/static
|
||||||
ENTRYPOINT ["./server"]
|
ENTRYPOINT ["./server"]
|
||||||
|
|||||||
Reference in New Issue
Block a user