diff --git a/Dockerfile b/Dockerfile index c136b2c..9fa72c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,5 +20,5 @@ 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=svg-stage /app/img/skins /usr/share/nginx/html/public/img/skins +COPY --from=svg-stage /app/img/skins /usr/share/nginx/html/img/skins COPY ./nginx.conf /etc/nginx/conf.d/default.conf \ No newline at end of file