Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrefkl committed Oct 8, 2024
1 parent 75d6aed commit efafdf4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Doppler
`doppler setup` project `voting-backend` and environment `dev`

# Running locally
`doppler run -- yarn run dev`

# Running in docker
`docker build -t voting/prod/backend .`
`doppler run -- docker run -p 4000:4000 voting/prod/backend:latest`

# Starting

To quickly start the server in mockmode run:
Expand Down

0 comments on commit efafdf4

Please sign in to comment.