Add curl to base image to make healthchecks easier

This commit is contained in:
Tom Moor
2023-03-18 11:27:03 -04:00
parent c17fc8421e
commit dafc4fb609

View File

@@ -1,6 +1,8 @@
ARG APP_PATH=/opt/outline
FROM node:16.14.2-alpine3.15 AS deps
RUN apk --no-cache add curl
ARG APP_PATH
WORKDIR $APP_PATH
COPY ./package.json ./yarn.lock ./