Skip to content

Commit

Permalink
Update configloader to use compat workerId (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rail Aliiev committed Aug 20, 2019
1 parent 6ab9d70 commit 13d4191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ COPY . /app
RUN python -m venv /app \
&& ./bin/pip install -r requirements/base.txt \
&& ./bin/pip install -e . \
&& ./bin/pip install https://github.com/rail/configloader/archive/d0336ed42f364ae5da749851d855ada1d6ff9951.tar.gz
&& ./bin/pip install https://github.com/rail/configloader/archive/8719e33f6ba65e79e188355efabbcf6c9e1f1780.tar.gz

CMD ["/app/docker.d/init.sh"]

0 comments on commit 13d4191

Please sign in to comment.