Skip to content

Commit

Permalink
Merge pull request #98 from opencloud-eu/fix-docker
Browse files Browse the repository at this point in the history
fix: binary name and path
  • Loading branch information
micbar authored Jan 21, 2025
2 parents e407f11 + 3b15d59 commit 9c01303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ LABEL maintainer="OpenCloud GmbH <[email protected]>" \
org.opencontainers.image.documentation="https://github.com/opencloud-eu/opencloud" \
org.opencontainers.image.source="https://github.com/opencloud-eu/opencloud"

ENTRYPOINT ["/usr/bin/ocis"]
ENTRYPOINT ["/usr/bin/opencloud"]
CMD ["server"]

COPY --from=build /ocis/ocis/bin/ocis /usr/bin/ocis
COPY --from=build /opencloud/opencloud/bin/opencloud /usr/bin/opencloud

0 comments on commit 9c01303

Please sign in to comment.