Skip to content

Commit

Permalink
ci(docker): default copy plugin/config.template.js to `plugins/conf…
Browse files Browse the repository at this point in the history
…ig.js`
  • Loading branch information
Chinlinlee committed Jan 25, 2024
1 parent cdef747 commit fb8a613
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autobuild-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
npm install --only=production
node ./config/generate-config-allResources.js
cp ./.env.template ./.env
cp ./plugins/config.template.js ./plugins/config.js
npm run build
-
name: Set up QEMU
Expand Down

0 comments on commit fb8a613

Please sign in to comment.