Skip to content

Commit

Permalink
Linking healthcheck to new location
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbyt3r committed May 2, 2024
1 parent 7bcc362 commit 392feb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-
# required for python-prctl
RUN apt-get update && apt-get install -y libcap-dev && rm -rf /var/lib/apt/lists/*

RUN ln -s /app/plugins/uber/healthcheck.sh /app/healthcheck.sh

ADD . /app/
RUN pip3 install virtualenv \
&& virtualenv --always-copy /app/env \
Expand Down

0 comments on commit 392feb6

Please sign in to comment.