Skip to content

Commit

Permalink
fix: articles are not generated on container start
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Jul 28, 2024
1 parent 413ec83 commit f8afe2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ stages:
singlelayer: false
labels:
maintainer: Vanilla OS Contributors
cmd: ["sh", "-c", "cd /app && npm run start"]
cmd: ["sh", "-c", "cd /app && npm run generate-articles && npm run start"]
expose:
"6080": ""
modules:
Expand Down

0 comments on commit f8afe2c

Please sign in to comment.