Skip to content

Commit

Permalink
chore: minor changes (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil authored Jan 8, 2024
1 parent 9ff2755 commit 6b11ebf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git clone git@github.com:betagouv/espace-partenaire.git

```sh
$ npm install
$ npm dev # will do a docker compose up !
$ npm run dev # will do a docker compose up !
$ npm build
$ npm start
```
Expand Down
2 changes: 1 addition & 1 deletion back/.env.dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DATABASE_HOST=database
DATABASE_HOST=localhost
DATABASE_PORT=5432
DATABASE_USER=partenaire
DATABASE_PASSWORD=pwd
Expand Down
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b11ebf

Please sign in to comment.