Add USAGE to httpbin Dockerfile (#436)

This commit is contained in:
graystevens 2018-10-17 15:46:39 +01:00 committed by Christian
parent 00a12f0382
commit 9f650c82a3

View File

@ -1,3 +1,13 @@
# Run HTTPBin in a container
#
# USAGE
#
# docker run -d \
# -p 8080:8080 \
# --name httpbin \
# jess/httpbin
#
FROM python:3-alpine
RUN apk add --no-cache --virtual .build-deps \