moved migrations
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user