Just some notes:
git clone backend image
docker build . --no-cache -t test-local0303
Successfully built 25dc1d6b01dd
Successfully tagged test-local0303:latest
vim docker-compose.yml
services:
app:
image: test-local0303
ports:
- "8080:8080"
docker-compose up
Category: Docs