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
+1 -1
View File
@@ -16,4 +16,4 @@ EXPOSE 9100 9104
ENTRYPOINT ["/usr/bin/web"]
CMD ["server"]
COPY bin/ocis-web /usr/bin/ocis-web
COPY bin/web /usr/bin/web