adding tauri
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user