Skip to content

Commit

Permalink
add entrypoint cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
100ask committed Jan 26, 2024
1 parent a44c1fd commit c9099e4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,10 @@ RUN dos2unix -k /usr/local/bin/update-pg-password.sh /usr/local/bin/docker-entry

RUN chmod +x /usr/local/bin/docker-entrypoint.sh
RUN chmod +x /usr/local/bin/update-pg-password.sh
RUN chmod +x /docker-entrypoint-initdb.d/10_eulixspace.sh
RUN chmod +x /docker-entrypoint-initdb.d/10_eulixspace.sh
ENTRYPOINT ["docker-entrypoint.sh"]

STOPSIGNAL SIGINT

EXPOSE 5432
CMD ["postgres"]

0 comments on commit c9099e4

Please sign in to comment.