Merge pull request #222 from kanidm/20200508-docker-fix

This fixes an incorrect path in the suse image
This commit is contained in:
Firstyear 2020-05-08 10:50:05 +10:00 committed by GitHub
parent 66ff441e10
commit e08b5c14f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ RUN zypper mr -d repo-non-oss && \
pam && \ pam && \
zypper clean -a zypper clean -a
COPY --from=builder /home/kanidm/target/release/kanidmd /sbin/ COPY --from=builder /usr/src/kanidm/target/release/kanidmd /sbin/
EXPOSE 8443 EXPOSE 8443
VOLUME /data VOLUME /data