felicity-lims/notes.txt
Aurthur Musendame 16d189aa55 added 0.1.1.
2024-09-06 11:31:42 +02:00

14 lines
No EOL
504 B
Text

// 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