Skip to content

Commit

Permalink
fix: remove sed command on cloud SQL proxy script
Browse files Browse the repository at this point in the history
  • Loading branch information
ngurenyaga committed Jul 12, 2021
1 parent e3f065b commit c9016e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ USER django

# set up cloud SQL proxy
COPY --chown=django:django ./install_cloudsql_proxy.sh /install_cloudsql_proxy.sh
RUN sed -i 's/\r$//g' /install_cloudsql_proxy.sh
RUN chmod +x /install_cloudsql_proxy.sh
RUN /install_cloudsql_proxy.sh

Expand Down

0 comments on commit c9016e7

Please sign in to comment.