Updated
This commit is contained in:
parent
a2afb3a62f
commit
e72c539733
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:22-alpine AS build
|
||||
FROM node:24.14-alpine AS build
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN corepack enable
|
||||
|
|
@ -6,7 +6,7 @@ RUN pnpm install
|
|||
COPY . .
|
||||
RUN pnpm build
|
||||
|
||||
FROM nginx:alpine AS runtime
|
||||
FROM nginx:stable-alpine AS runtime
|
||||
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf
|
||||
COPY --from=build /app/dist /usr/share/nginx/html
|
||||
EXPOSE 4321
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
<div align=center>
|
||||
|
||||
# DASIG - ASTRO
|
||||
# DASIG - STATIC
|
||||
|
||||
An architecture framework for pure speed static website developemnt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue