Compare commits

..

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

2 changed files with 3 additions and 4 deletions

View file

@ -26,4 +26,4 @@
# following line enables the CGI configuration for this host only # following line enables the CGI configuration for this host only
# after it has been globally disabled with "a2disconf". # after it has been globally disabled with "a2disconf".
#Include conf-available/serve-cgi-bin.conf #Include conf-available/serve-cgi-bin.conf
</VirtualHost> </VirtualHost>

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"]