Add curl to Dockerfile
This commit is contained in:
+2
-2
@@ -14,8 +14,8 @@ FROM node:20-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# Install nginx
|
||||
RUN apk add --no-cache nginx bash
|
||||
# Install nginx and curl
|
||||
RUN apk add --no-cache nginx curl bash
|
||||
|
||||
# Copy built frontend to nginx
|
||||
COPY --from=builder /build/dist /usr/share/nginx/html
|
||||
|
||||
Reference in New Issue
Block a user