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

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