add missing workdir entry for conan docker file

This commit is contained in:
Jakub Sokołowski 2018-11-01 13:16:27 +01:00
parent 3d34b1731a
commit d83d4f86ea
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 0 deletions

View File

@ -23,5 +23,7 @@ LABEL source="https://github.com/status-im/infra-utils"
LABEL description="Conan server repository service"
LABEL maintainer="jakub@status.im"
WORKDIR /var/lib/conan
COPY ./entrypoint.sh /entrypoint.sh
CMD ["/bin/sh", "/entrypoint.sh"]