Add astro framework and update nodejs

This commit is contained in:
2026-03-07 11:06:07 +03:00
parent 7d488fbdf2
commit 08a160a6a1
10 changed files with 8191 additions and 6704 deletions

View File

@@ -1,3 +1,3 @@
FROM nginx:stable
COPY output_prod /usr/share/nginx/html
COPY dist /usr/share/nginx/html

View File

@@ -1,6 +1,3 @@
FROM node:12
ENV npm_config_fund=false
ENV npm_config_update_notifier=false
FROM node:22-slim
WORKDIR /srv/app