Changes to be committed:
	modified:   epistine-webserver/frontend/Dockerfile
This commit is contained in:
2026-02-14 01:59:44 +07:00

View File

@@ -1,7 +1,7 @@
FROM node:18-alpine AS builder
WORKDIR /app
COPY frontend/package*.json ./
RUN npm ci
RUN npm install
COPY frontend/ ./
RUN npm run build