Skip to content

Commit

Permalink
Merge pull request #16 from HopeFan/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ud3sh authored May 27, 2024
2 parents 1ff7bf7 + c624dbc commit 7011bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Ensure the Docker tool chain is installed via [Docker Desktop](https://www.docke
cd <path-to-your-evidence-project-root>
docker run -v=$(pwd):/evidence-workspace -p=3000:3000 -it --rm evidencedev/devenv:latest
```
* In this case, `<path-to-your-evidence-project-root>` should should contain an Evidence project.
* In this case, `<path-to-your-evidence-project-root>` should contain an Evidence project.
* You should see your site up when you point your browser to `localhost:3000`.
* Any edits made in `<path-to-your-evidence-project-root>` should be reflected on the browser.
* If you are using Windows without PowerShell, you will need to replace `$(pwd)` with the full path to your Evidence project root directory or `%cd%`
Expand Down Expand Up @@ -85,4 +85,4 @@ docker run -v=$(pwd):/evidence-workspace -p=3000:3000 -it --rm <test-image-name>
### Manually publishing the latest image to Docker Hub (Evidence team only)
Currently the image is hosted on Docker Hub and are re-built on pushes to main. To build and publish a new version manually, follow these steps
1. Login to Docker Hub => `docker login`
2. Build and push the image => `docker buildx build --platform linux/amd64,linux/arm64 -t evidencedev/devenv:latest . --push`
2. Build and push the image => `docker buildx build --platform linux/amd64,linux/arm64 -t evidencedev/devenv:latest . --push`

0 comments on commit 7011bac

Please sign in to comment.