Compare commits

..

No commits in common. "4e6fe5359b4825a072e067a96fb9cfb6e33a4f9f" and "2bf23d2750d91896ea0be9643cff2fe3958fcac3" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,3 @@
FROM alpine:latest FROM alpine:latest
RUN apk add --no-cache curl iputils-ping RUN apk add --no-cache curl
# CMD ["curl", "webserver:443"] CMD ["curl", "webserver:80"]
CMD ["ping", "webserver -c 4"]