Skip to content

Commit

Permalink
fix: remove cloud SQL proxy from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ngurenyaga committed Jul 12, 2021
1 parent de27bc3 commit 453cfa6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,4 @@ RUN chmod +x /entrypoint
# copy application code to WORKDIR
COPY --from=client-builder ${APP_HOME} ${APP_HOME}

# set up cloud SQL proxy
COPY ./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

ENTRYPOINT ["/entrypoint"]

0 comments on commit 453cfa6

Please sign in to comment.