Updated Dependencies, Makefiles for build process, Docker Images for Front & Backend
This commit is contained in:
13
client-tauri/Makefile
Normal file
13
client-tauri/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
vite-build:
|
||||
npx tsc
|
||||
npx vite build
|
||||
|
||||
vite-dockerize:
|
||||
make vite-build
|
||||
bash -c "cp ../package-lock.json ./"
|
||||
docker build . -t stirling-pdf:latest
|
||||
bash -c "rm ./package-lock.json"
|
||||
docker image prune
|
||||
|
||||
tauri-build:
|
||||
npx tauri build
|
||||
Reference in New Issue
Block a user