Skip to content

Commit

Permalink
Merge pull request #28 from justusranvier/develop
Browse files Browse the repository at this point in the history
fix ENTRYPOINT in docker script
  • Loading branch information
justusranvier authored Jan 3, 2024
2 parents 4432c5f + 617007a commit 22f58b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/run
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ ARG RUNTIME="${OPENTXS_RUNTIME}:${OPENTXS_VERSION}"

FROM ${RUNTIME} AS run
COPY --from=compile /opt/metier-server /usr
ENTRYPOINT [ "/usr/bin/metier-server", "--ot_home=/srv/metier-server" ]
ENTRYPOINT [ "/usr/bin/metier-server", "--data_dir=/srv/metier-server" ]
CMD []

0 comments on commit 22f58b4

Please sign in to comment.