Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Update docker command on privacy center step 4 (#1410)
Browse files Browse the repository at this point in the history
removing the typo ` . at the end of the command so that the command works.
  • Loading branch information
shawnplusplus committed Sep 30, 2022
1 parent 060152b commit 13fabfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fidesops/docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,5 @@ After the configuration is updated the docker image can be run using your custom
directory name to match the name you used) start the docker container:

```
docker run --rm -v $(pwd)/config:/app/config -p 3000:3000 ethyca/fides-privacy-center:latest`.
docker run --rm -v $(pwd)/config:/app/config -p 3000:3000 ethyca/fides-privacy-center:latest
```

0 comments on commit 13fabfe

Please sign in to comment.