chore: frontend build
This commit is contained in:
+3
-1
@@ -2,7 +2,9 @@ version: '3.8'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: nginx:alpine
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: frontend/Dockerfile
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# Architecture §2.2: this is the only service exposed to the host. The
|
# Architecture §2.2: this is the only service exposed to the host. The
|
||||||
# default.conf file is mounted as a template; scripts/nginx-entrypoint.sh
|
# default.conf file is mounted as a template; scripts/nginx-entrypoint.sh
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM node:22-alpine AS frontend-build
|
FROM node:24.18.1-slim AS frontend-build
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN corepack enable && corepack prepare pnpm@10.15.1 --activate
|
RUN corepack enable && corepack prepare pnpm@10.15.1 --activate
|
||||||
COPY frontend/package.json frontend/pnpm-lock.yaml ./
|
COPY frontend/package.json frontend/pnpm-lock.yaml ./
|
||||||
|
|||||||
Reference in New Issue
Block a user