cd ./server./gradlew jibDockerBuildcd ../ && docker-compose up -d
cd ./clientnpm installnpm 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 -dcd server/resdocker exec -i wa2_g34_db psql -U postgres -d postgres < dump.sql