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