- The UI of the app
- The app
- The server part of the app
- Some additional data for the app
docker build -t pi-bank-backend .
docker pull ghcr.io/tivmof/pi-bank-backend:latest
docker run --name online_bank -d -p 8080:8080 ghcr.io/tivmof/pi-bank-backend:latest
docker rm bank-backend