Skip to content

Commit

Permalink
Fixes to postgres dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhermeF03 committed Jun 28, 2024
1 parent c39d2b4 commit 9dc5815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/server/docker/Dockerfile-db
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /app

COPY sql/create_tables.sql /docker-entrypoint-initdb.d/1_create-schema.sql

#COPY --chown=postgres:postgres ./docker/scripts/wait-for-postgres.sh ./bin/wait-for-postgres.sh
#RUN chmod +x ./bin/wait-for-postgres.sh
COPY --chown=postgres:postgres ./docker/scripts/wait-for-postgres.sh ./bin/wait-for-postgres.sh
RUN chmod +x ./bin/wait-for-postgres.sh

EXPOSE 5432

0 comments on commit 9dc5815

Please sign in to comment.