Commit f46d89f
Levi Sørum
fix: remove raw .ts config copy from Dockerfile
Strapi 5 production (strapi start) loads compiled configs from dist/.
Copying the raw config/ directory with .ts files caused:
- 'Config file not loaded, extension must be one of .js,.json'
- Database connection undefined (no config loaded)1 parent 37f0362 commit f46d89f
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
0 commit comments