Add some basic run instructions (comments) in the Dockerfile
authorSteven Black <redacted>
Wed, 14 Oct 2020 03:44:32 +0000 (23:44 -0400)
committerSteven Black <redacted>
Wed, 14 Oct 2020 03:44:32 +0000 (23:44 -0400)
Dockerfile

index d32abdb89f779f0930926d37568ad20749bd52d7..441a8af427bb6426899694bc0e4f0d46a01ac433 100644 (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
\ No newline at end of file
git clone https://git.99rst.org/PROJECT