Skip to content

Commit

Permalink
Change run path to /usr/local/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jun 23, 2022
1 parent 39fe5e2 commit 285096f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt update

# Copy resourceRegionMgrSimulator and define default command for the container
COPY resourceRegionMgrSimulator /resourceRegionMgrSimulator
CMD ["./resourceRegionMgrSimulator"]
COPY resourceRegionMgrSimulator /usr/local/bin/resourceRegionMgrSimulator
CMD ["/usr/local/bin/resourceRegionMgrSimulator"]

# Expose Port for the Application
EXPOSE 9119
Expand Down

0 comments on commit 285096f

Please sign in to comment.