felicity-lims/notes.txt

13 lines
503 B
Text
Raw Normal View History

2024-09-06 17:31:42 +08:00
// Publish changes to nmrl docker registry
// For every push change and bump the version up
// Server All in one
sudo docker build -f Dockerfile.prod --target server-aio -t amusendame/felicity-lims:aio-0.1.1 .
docker push amusendame/felicity-lims:aio-0.1.1
// Server API
sudo docker build -f Dockerfile.prod --target server-api -t amusendame/felicity-lims:api-0.1.1 .
docker push amusendame/felicity-lims:api-0.1.1
// View a summary of image vulnerabilities and recommendations
docker scout quickview