fixed problem, where migrate could not connect to db
This commit is contained in:
@@ -17,6 +17,9 @@ FROM alpine:3.22
|
||||
RUN apk add --no-cache tzdata typst
|
||||
WORKDIR /app
|
||||
COPY --from=build /app/server /app/server
|
||||
|
||||
COPY ../migrations /app/migrations
|
||||
|
||||
COPY ./doc/static /doc/static
|
||||
COPY ./doc/templates /doc/templates
|
||||
|
||||
|
||||
Reference in New Issue
Block a user