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

remove the metadata-db test container since we construct necessary containers...

remove the metadata-db test container since we construct necessary containers during testing using the docker socket
parent 31313e57
No related branches found
No related tags found
2 merge requests!81New stable release,!43Merge dev to master
#!/bin/bash #!/bin/bash
docker stop fda-metadata-db-test
docker rm fda-metadata-db-test
\ No newline at end of file
#!/bin/bash #!/bin/bash
docker stop fda-metadata-db-test
docker rm fda-metadata-db-test
docker run --name fda-metadata-db-test \
--publish 5433:5432 \
--env POSTGRES_USER=postgres \
--env POSTGRES_PASSWORD=postgres \
--detach postgres:latest
\ 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