Skip to content

Commit

Permalink
fix: remove env var from docker compose up script
Browse files Browse the repository at this point in the history
  • Loading branch information
cameri committed Oct 17, 2022
1 parent 6c1f23a commit 8e5fac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"cover": "nyc npm run test",
"docker:build": "docker build -t nostr-ts-relay .",
"predocker:compose:up": "[ -d \"$HOME/.nostr\" ] || mkdir -p $HOME/.nostr",
"docker:compose:up": "NOSTR_CONFIG_DIR=$HOME/.nostrx docker compose up --build",
"docker:compose:up": "docker compose up --build",
"docker:compose:down": "docker compose down",
"docker:compose:rm": "docker compose rm"
},
Expand Down

0 comments on commit 8e5fac7

Please sign in to comment.