Skip to content
Snippets Groups Projects
Commit ba643380 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


Former-commit-id: bf1630a1
parent a6cf3af7
Branches
Tags
1 merge request!23Sprint results
#!/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