mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
Merge pull request #60 from mCaptcha/fix-59
fix: copy OpenAPI build from build container to final container
This commit is contained in:
@@ -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/db/db-migrations/target /src/db/db-migrations/target
|
||||||
#COPY --from=cacher /src/utils/cache-bust/target /src/utils/cache-bust/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/static/cache/bundle/ /src/static/cache/bundle/
|
||||||
|
COPY --from=frontend /src/docs/openapi/dist/ /src/docs/openapi/dist/
|
||||||
RUN cargo --version
|
RUN cargo --version
|
||||||
RUN make cache-bust
|
RUN make cache-bust
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|||||||
Reference in New Issue
Block a user