mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-02-16 16:39:46 +03:00
Merge pull request #60 from mCaptcha/fix-59
fix: copy OpenAPI build from build container to final container
This commit is contained in:
commit
f78669955c
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ COPY --from=cacher /src/target target
|
|||
#COPY --from=cacher /src/db/db-migrations/target /src/db/db-migrations/target
|
||||
#COPY --from=cacher /src/utils/cache-bust/target /src/utils/cache-bust/target
|
||||
COPY --from=frontend /src/static/cache/bundle/ /src/static/cache/bundle/
|
||||
COPY --from=frontend /src/docs/openapi/dist/ /src/docs/openapi/dist/
|
||||
RUN cargo --version
|
||||
RUN make cache-bust
|
||||
RUN cargo build --release
|
||||
|
|
Loading…
Add table
Reference in a new issue