cd ./server
./gradlew jibDockerBuild
cd ../ && docker-compose up -d
cd ./client
npm install
npm run build
The build will be in the server/[...]/resources/static
folder.
The server will serve the static files from there.
- Open command prompt in the root folder of this project
docker-compose up -d
cd server/res
docker exec -i wa2_g34_db psql -U postgres -d postgres < dump.sql