Skip to content

Commit

Permalink
Hotfix for #23
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianrudnik committed Aug 16, 2022
1 parent 20f67cf commit b757025
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ WORKDIR /app

COPY package* ./

RUN set -ex \
&& apk --no-cache upgrade \
&& apk --no-cache add curl ca-certificates \
&& update-ca-certificates \
&& npm install

COPY index.js ./index.js

COPY healthcheck.sh /app/healthcheck.sh
Expand Down

0 comments on commit b757025

Please sign in to comment.