Skip to content

Commit

Permalink
chore: fix genesis script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed Oct 20, 2024
1 parent 2783fb1 commit 4ac0544
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 @@ -16,7 +16,7 @@
"lint": "eslint '{scripts,src}/**/*.{js,ts,vue}' --no-error-on-unmatched-pattern",
"lint:fix": "pnpm run lint --fix",
"test:ci": "pnpm run lint:fix && pnpm run build",
"genesis": "docker run -p 8080:8080 -v \"$(pwd)/.data:/app/.data\" --env-file .env.genesis ghcr.io/simonwep/genesis:latest"
"genesis": "docker run --pull always -p 8080:8080 -v \"$(pwd)/.data:/app/.data\" --env-file .env.genesis ghcr.io/simonwep/genesis:latest start"
},
"dependencies": {
"@popperjs/core": "2.11.8",
Expand Down

0 comments on commit 4ac0544

Please sign in to comment.