Dockerfile 220 B

12345678
  1. FROM postgres:latest
  2. RUN apt update && apt install -y shellcheck
  3. COPY ./tests/testing-entrypoint.sh /testing-entrypoint.sh
  4. RUN chmod u+rx,go=r /testing-entrypoint.sh
  5. COPY ./weed.sh /weed.sh
  6. RUN chmod u+rx,go=r /weed.sh