From 4e8a619cb96b05d54b9a9f3422c952ddaff250f0 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Tue, 6 Aug 2024 13:41:06 +0200 Subject: [PATCH] fix : dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a090bf..612180d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,6 @@ RUN npx nuxi generate # étape de production FROM nginx:stable-alpine AS production-stage COPY --from=build-stage /app/.output/public /usr/share/nginx/html -COPY --from=cards-svg-stage /app/img/skins /usr/share/nginx/html/img/skins +COPY --from=card-svg-stage /app/img/skins /usr/share/nginx/html/img/skins COPY --from=token-svg-stage /app/img/icon /usr/share/nginx/html/img/icon COPY ./nginx.conf /etc/nginx/conf.d/default.conf \ No newline at end of file