Skip to content

Commit

Permalink
Fix path for docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-ion committed Dec 22, 2024
1 parent 71f2a7d commit 510aea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trainingportal/devSetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ npm install
npm audit fix
echo
echo "2.Applying basic configuration (see config.json.sample for more options)"
cp ../build/trainingportal/config.json config.json
cp config.json.docker config.json
echo
echo "3.Setting up a local database and local user"
node tools/devSetup.js
Expand Down

0 comments on commit 510aea1

Please sign in to comment.