Add docker deployment
Some checks failed
build docker image / docker-build (push) Failing after 1m33s

This commit is contained in:
2024-11-05 11:10:07 +02:00
parent f4597f23a1
commit df89df1e47

View File

@ -5,6 +5,7 @@ WORKDIR /app
COPY . .
RUN npm install -g vite \
&& npm install \
&& npm run build
# PHP stage