chore(deps): update openssl to 3.1.4-r1

This commit is contained in:
Sébastien CUVELLIER 2023-11-16 11:55:07 +01:00
parent 298ca24c9d
commit 6cbdd99b0c

View file

@ -11,6 +11,8 @@ COPY package*.json ./
RUN npm install --only=production RUN npm install --only=production
COPY --from=build /usr/src/app/dist ./dist COPY --from=build /usr/src/app/dist ./dist
RUN apk add --no-cache openssl=3.1.4-r1
HEALTHCHECK --interval=30s --timeout=10s --start-period=15s \ HEALTHCHECK --interval=30s --timeout=10s --start-period=15s \
CMD wget -qO- http://localhost:1111/health || exit 1 CMD wget -qO- http://localhost:1111/health || exit 1
CMD ["npm", "start"] CMD ["npm", "start"]