readme: fix a typo

pull/3/head
Cr0ydon 4 years ago committed by Croydon
parent 99b462da19
commit 30a73a51e0
  1. 2
      README.md

@ -207,7 +207,7 @@ On order to build the Docker image you have to type the following command:
$ docker build --tag mbredel/thesis-template --file Dockerfile.local . $ docker build --tag mbredel/thesis-template --file Dockerfile.local .
``` ```
Creating the image requires a working (and hopefully fast) Internet connection. It may take several minutes to download the required base-images as well as all needed dependencies. You only have to create the image once. When the image is build, you can run the Docker container by executing the following commad Creating the image requires a working (and hopefully fast) Internet connection. It may take several minutes to download the required base-images as well as all needed dependencies. You only have to create the image once. When the image is build, you can run the Docker container by executing the following command
``` ```
$ docker run --volume $(pwd):/thesis-template/ mbredel/thesis-template && docker rm $(docker ps -lq) $ docker run --volume $(pwd):/thesis-template/ mbredel/thesis-template && docker rm $(docker ps -lq)

Loading…
Cancel
Save