Skip to content

Commit

Permalink
Make the restheart binary executable on linux container
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjsix committed Oct 23, 2024
1 parent 052f121 commit 540b624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Dockerfile.native
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="SoftInstigate <[email protected]>"

WORKDIR /opt/restheart
COPY target/restheart .
RUN mkdir etc plugins
RUN chmod +x restheart && mkdir etc plugins

ENV RHO='/mclient/connection-string->"mongodb://host.docker.internal";/http-listener/host->"0.0.0.0"'
ENTRYPOINT [ "./restheart" ]
Expand Down

0 comments on commit 540b624

Please sign in to comment.