From fd3cf0ba238da84ef74d2adf6fecefe170d06b82 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Sun, 4 Aug 2024 11:33:10 +0200 Subject: [PATCH] ci : fix image not being copied --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7678033..5068251 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ RUN python3 -u ./src/generate_cards_mvp.py FROM install-stage AS build-stage COPY --from=svg-stage /app/output/heron ./assets/images/cards/heron-svg +COPY --from=svg-stage /app/img/skins ./public/img ARG NUXT_PUBLIC_ENDPOINT ARG NUXT_PUBLIC_DISCORD_LOGIN_ENDPOINT