Skip to content
Snippets Groups Projects
Commit a7978f0b 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: 50e8b393
parent a2784d7d
No related branches found
No related tags found
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