Skip to content

Commit

Permalink
fixing the currency service port (open-telemetry#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar authored Aug 16, 2022
1 parent 2c417c5 commit 778a642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/currencyservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ RUN cd /currencyservice \
&& mkdir -p build && cd build \
&& cmake .. && make -j install

ENTRYPOINT ["/usr/local/bin/currencyservice", "${CURRENCY_SERVICE_PORT}"]
ENTRYPOINT /usr/local/bin/currencyservice ${CURRENCY_SERVICE_PORT}

0 comments on commit 778a642

Please sign in to comment.