Skip to content

Commit ac6dcda

Browse files
committed
adding curl for healthchecks
1 parent b8b6db5 commit ac6dcda

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

result/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM node:8.9-alpine
22

3+
RUN apk update && apk add --no-cache curl
4+
35
RUN mkdir -p /app
46
WORKDIR /app
57

vote/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM python:2.7-alpine
33

44
# add apache utils for ab tool
5-
RUN apk update && apk add --no-cache apache2-utils
5+
RUN apk update && apk add --no-cache apache2-utils curl
66

77
# Set the application directory
88
WORKDIR /app

0 commit comments

Comments
 (0)