Add astro framework and update nodejs
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
FROM nginx:stable
|
||||
|
||||
COPY output_prod /usr/share/nginx/html
|
||||
COPY dist /usr/share/nginx/html
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user