Use correct file in bin

This commit is contained in:
Lukas Hirt
2020-12-13 17:37:32 +01:00
parent 14f0bd9cc5
commit 178749b8ac
6 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ LABEL maintainer="ownCloud GmbH <devops@owncloud.com>" \
EXPOSE 9100 9104
ENTRYPOINT ["/usr/bin/ocis-web"]
ENTRYPOINT ["/usr/bin/web"]
CMD ["server"]
COPY bin/ocis-web /usr/bin/ocis-web
COPY bin/web /usr/bin/web