mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-21 22:27:11 +00:00
Add curl for basic healthcheck (#2186)
This commit is contained in:
parent
aefd65ae83
commit
68f0b654d4
|
@ -39,6 +39,7 @@ RUN rm -rf ./node_modules/npm
|
|||
RUN du -sh ./node_modules/* | sort -nr | grep '\dM.*'
|
||||
|
||||
FROM node:alpine as runner
|
||||
RUN apk update && apk add curl --no-cache
|
||||
COPY --from=builder /usr/src/app/dist /app/dist
|
||||
COPY --from=builder /usr/src/app/node_modules /app/node_modules
|
||||
|
||||
|
|
Loading…
Reference in a new issue