Skip to content

Commit

Permalink
Merge branch 'master' into feature/sso-json-and-file-api
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaddalena authored Sep 10, 2024
2 parents 1e4a0d6 + 3519d65 commit 52d8b5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compose/production/postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM postgres:11.12

COPY ./compose/production/postgres/maintenance /usr/local/bin/maintenance

RUN chmod +x /usr/local/bin/maintenance/* \
RUN find /usr/local/bin/maintenance/ -type f -exec sed -i "s/$(printf '\r')\$//" '{}' ';' \
&& chmod +x /usr/local/bin/maintenance/* \
&& mv /usr/local/bin/maintenance/* /usr/local/bin \
&& rmdir /usr/local/bin/maintenance

0 comments on commit 52d8b5c

Please sign in to comment.