Compare commits

...
Author SHA1 Message Date
legonzaur bb625b1fee ci : copy pngs into production stage
release-tag / release-image (push) Successful in 29s
2024-08-04 11:35:20 +02:00
+1
View File
@@ -20,4 +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
COPY ./nginx.conf /etc/nginx/conf.d/default.conf