mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-22 17:42:55 +02:00
- added a Dockerfile for the thre containers - added a workflow step to build and placing the container in the registry - added a docker-compose.yaml to use the build images - added a docker compose to build the images locally and a script for prebuild steps
5 lines
132 B
Batchfile
5 lines
132 B
Batchfile
poetry build
|
|
docker network prune -f
|
|
docker-compose -f local-docker-compose.yml build
|
|
docker-compose -f local-docker-compose.yml up
|