mesela yani
This commit is contained in:
@@ -14,7 +14,7 @@ RUN npm install
|
||||
COPY frontend/ ./
|
||||
|
||||
# Build frontend (output will be in dist/)
|
||||
RUN npm run build
|
||||
RUN npm run build && test -f dist/index.html
|
||||
|
||||
# Stage 2: Backend + Runtime
|
||||
FROM node:20-alpine
|
||||
|
||||
Reference in New Issue
Block a user