Skip to content

Commit

Permalink
Fixes xl-cli Docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Partington committed Apr 11, 2019
1 parent b894f74 commit e66e66f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/xl-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ RUN curl --fail-early -o /usr/local/bin/xl https://xl-cli.s3.amazonaws.com/bin/8
RUN curl --fail-early -o /usr/local/bin/wait-for https://raw.githubusercontent.com/eficode/wait-for/master/wait-for && \
chmod +x /usr/local/bin/wait-for

USER 10001
RUN adduser -D xl
USER xl
VOLUME "/data"

ENTRYPOINT ["/usr/local/bin/wait-for", "-t", "120", "xl-deploy:4516", "--", "/usr/local/bin/wait-for", "-t", "120", "xl-release:5516", "--", "/usr/local/bin/xl"]

0 comments on commit e66e66f

Please sign in to comment.