fix docker in report
This commit is contained in:
parent
b9d7883452
commit
a6ef08df9d
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -71,7 +71,7 @@ instance listening on port \texttt{localhost:8050}. This can be achieved by
|
||||||
executing this Docker command, should a Docker installation be available:
|
executing this Docker command, should a Docker installation be available:
|
||||||
|
|
||||||
\begin{minted}[frame=lines,framesep=2mm]{bash}
|
\begin{minted}[frame=lines,framesep=2mm]{bash}
|
||||||
docker run -p 8050:8050 scrapinghub/scrapy
|
docker run -p 8050:8050 scrapinghub/splash
|
||||||
\end{minted}
|
\end{minted}
|
||||||
|
|
||||||
In order to all the website scrapers, run the script \texttt{./scrape.sh} with
|
In order to all the website scrapers, run the script \texttt{./scrape.sh} with
|
||||||
|
|
Reference in a new issue