Skip to content
Snippets Groups Projects
Commit bf1630a1 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 0551c67f
No related branches found
No related tags found
4 merge requests!81New stable release,!43Merge dev to master,!23Sprint results,!18Merge Conflicts
#!/bin/bash #!/bin/bash
docker stop fda-metadata-db-test \ No newline at end of file
docker rm fda-metadata-db-test
\ No newline at end of file
#!/bin/bash #!/bin/bash
docker stop fda-metadata-db-test \ No newline at end of file
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