modified: Dockerfile

This commit is contained in:
2025-11-23 10:25:45 +10:00
parent d7010d02cb
commit da8914ef7f
+1 -1
View File
@@ -10,7 +10,7 @@ RUN --mount=type=cache,target=/root/.npm \
COPY index.html ./ COPY index.html ./
COPY src ./src COPY src ./src
COPY public ./public COPY public ./public
RUN npm run build RUN --mount=type=cache,target=/app/node_modules npm run build
# Serve stage # Serve stage
FROM nginx:1.27-alpine FROM nginx:1.27-alpine