Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 351 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 351 Bytes

Running PostgreSQL Tests in a Docker Pipeline From Scratch (Almost)

To run this code locally, first make sure that you have installed Docker. Then, clone the repo and follow these steps:

  1. cd path/to/medium-test-postgresql-java
  2. docker build -t docker_postgresql_test:latest .
  3. docker run -it docker_postgresql_test:latest

That's it!