mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Merge pull request #222 from kanidm/20200508-docker-fix
This fixes an incorrect path in the suse image
This commit is contained in:
parent
66ff441e10
commit
e08b5c14f5
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue