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