Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
fix: Fix Docker build permissions for wait-for-postgres script (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwerner authored May 15, 2021
1 parent 986766c commit 09714cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/illumidesk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ WORKDIR /srv/jupyterhub/

# This config is overwitten with k8s setup
COPY jupyterhub_config.py /srv/jupyterhub/
RUN chmod +rx wait-for-postgres.sh

RUN curl -O https://raw.githubusercontent.com/IllumiDesk/illumidesk-containers/main/jupyterhub/wait-for-postgres.sh \
&& chmod +rwx wait-for-postgres.sh
&& chmod +rwx /srv/jupyterhub/wait-for-postgres.sh

CMD ["./wait-for-postgres.sh", "jupyterhub", "--config", "/srv/jupyterhub/jupyterhub_config.py"]

0 comments on commit 09714cf

Please sign in to comment.