adding tauri

This commit is contained in:
Jose Conde
2024-07-18 23:52:33 +02:00
parent 54bd7f3840
commit a8d6129d3e
45 changed files with 4598 additions and 255 deletions

View File

@ -25,7 +25,9 @@ RUN npm install
# run webpack and the vue-loader
RUN npm run build-only
RUN rm -rf .git
RUN rm -rf .vscode
RUN rm -rf .env
# copy the built app to our served directory
RUN cp -r dist/* /var/www/html