Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77724d5539 | ||
|
|
21c41bb9fd | ||
|
|
bb625b1fee |
@@ -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/img/skins
|
||||
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
||||
Reference in New Issue
Block a user