feat: update Dockerfile to include curl (#539)
* Update Dockerfile for include curl * missing RUN
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Base node image
|
||||
FROM node:19-alpine AS node
|
||||
|
||||
# Install curl for health check
|
||||
RUN apk --no-cache add curl
|
||||
|
||||
COPY . /app
|
||||
# Install dependencies
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user