This commit is contained in:
parent
1f351ee604
commit
f4597f23a1
@ -4,7 +4,8 @@ FROM node:18-alpine AS node-builder
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
RUN npm install -g vite \
|
||||
&& npm run build
|
||||
|
||||
# PHP stage
|
||||
FROM php:8.3-fpm-alpine
|
||||
|
Loading…
x
Reference in New Issue
Block a user