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

This commit is contained in:
Illya Marchenko 2024-11-05 11:10:07 +02:00
parent f4597f23a1
commit df89df1e47
Signed by: stuzer05
GPG Key ID: A6ABAAA9268F9F4F

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