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