You've already forked random-web-tools
Add docker deployment
Some checks failed
build docker image / docker-build (push) Failing after 1m33s
Some checks failed
build docker image / docker-build (push) Failing after 1m33s
This commit is contained in:
@ -5,6 +5,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm install -g vite \
|
RUN npm install -g vite \
|
||||||
|
&& npm install \
|
||||||
&& npm run build
|
&& npm run build
|
||||||
|
|
||||||
# PHP stage
|
# PHP stage
|
||||||
|
Reference in New Issue
Block a user