Skip to content
Snippets Groups Projects
Verified Commit c0578322 authored by Martin Weise's avatar Martin Weise
Browse files

Added host network

parent 1ad55e5f
No related branches found
No related tags found
4 merge requests!237Resolve "Proxy settings",!232Draft: Master,!231CI: Remove build for log-service,!228Better error message handling in the frontend
#!/bin/bash #!/bin/bash
docker build -t dbrepo-metadata-service:build --target build dbrepo-metadata-service docker build --network=host -t dbrepo-metadata-service:build --target build dbrepo-metadata-service
docker build -t dbrepo-data-service:build --target build dbrepo-data-service docker build --network=host -t dbrepo-data-service:build --target build dbrepo-data-service
docker compose build --parallel docker compose build --parallel
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment