From d16820972121bc076d0f16ae7d40c899be7337c2 Mon Sep 17 00:00:00 2001 From: Geometrically <18202329+Geometrically@users.noreply.github.com> Date: Fri, 4 Aug 2023 20:20:05 -0700 Subject: [PATCH] put assets in docker (#665) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1e729227e..c0a65d8e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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