Skip to content

Commit

Permalink
Merge pull request #79 from soubinan/features
Browse files Browse the repository at this point in the history
update mafl.yml: fix config path
  • Loading branch information
soubinan authored Jan 24, 2025
2 parents d0210dc + db0ab04 commit 6a09129
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/mafl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,10 @@ instructions:
yarn install --non-interactive
yarn run build
mkdir -p /opt/mafl/extra /opt/mafl/data
mkdir -p /opt/mafl/extra /opt/mafl/data /app/data
cp -r /app/.output/* /opt/mafl/
cp .example/config.yml /opt/mafl/data/config.yml
cp .example/config.yml /app/data/config.yml
cp /app/extra/healthcheck.mjs /opt/mafl/extra/healthcheck.mjs
rm -rf /app
Expand Down

0 comments on commit 6a09129

Please sign in to comment.