Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaUnisikhin committed Mar 18, 2024
1 parent 50b1f4b commit 03930a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN curl -fsSL https://get.docker.com -o get-docker.sh && \
sudo sh get-docker.sh

RUN curl -fsSL https://get.docker.com -o get-docker.sh && \
sudo sh get-docker.sh

COPY ./docker/pg/pg_hba-test.conf /etc/postgresql/14/main/pg_hba.conf

RUN mkdir test_dir
Expand Down

0 comments on commit 03930a9

Please sign in to comment.