Skip to content

Commit

Permalink
I can never remember the syntax for line breaks in lists :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Feb 14, 2024
1 parent 57109f9 commit b9e0c26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Docker.md
Expand Up @@ -3,20 +3,20 @@
It is also possible to work on the site using Docker. The process is as
follows:

* Build the Docker image
* Build the Docker image
docker build . -t perlwebadvice

* Run the Docker container
* Run the Docker container
docker run -p7007:7007 -v$PWD:/perlwebadvice perlwebadvice

* You can then see a local version of the site at http://localhost:7007/

* In a different command terminal run `docker ps` to see the name of your container

* When you have changed something, you can rebuild the site by running
* When you have changed something, you can rebuild the site by running
docker exec YOUR_CONTAINER_NAME aphra build

* Your new version of the site will appear when you refresh http://localhost:7007/

* To close down the Docker container, run
* To close down the Docker container, run
docker stop YOUR_CONTAINER_NAME

0 comments on commit b9e0c26

Please sign in to comment.