put assets in docker (#665)

This commit is contained in:
Geometrically 2023-08-04 20:20:05 -07:00 committed by GitHub
parent ca0468b8d5
commit d168209721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ RUN update-ca-certificates
COPY --from=build /usr/src/labrinth/target/release/labrinth /labrinth/labrinth
COPY --from=build /usr/src/labrinth/migrations/* /labrinth/migrations/
COPY --from=build /usr/src/labrinth/assets /labrinth/assets
COPY --from=build /wait /wait
WORKDIR /labrinth