Add some basic run instructions (comments) in the Dockerfile

This commit is contained in:
Steven Black 2020-10-13 23:44:32 -04:00
parent aef9829fd7
commit cce7894b3a
No known key found for this signature in database
GPG Key ID: 8B814B914974E6AF

View File

@ -4,3 +4,7 @@ WORKDIR /usr/src
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
RUN git clone --depth 1 https://github.com/StevenBlack/hosts.git
# Now you launch this with
# $ docker build ./
# $ docker run -it (containerid) bash