bad84289c4
Features:
- Rust support 🦀 (Thanks to @pepoviola)
- Add a default rewrite rule to PHP apps (to index.php)
- Able to control upgrades in a straightforward way
Fixes:
- Improved upgrade scripts
- Simplified prechecks before deployment
- Fixed path deployments
- Fixed already defined apps redirections
- Better error handling - still needs a lot of improvement here!
4 lines
71 B
Plaintext
4 lines
71 B
Plaintext
FROM coolify-base-nodejs
|
|
WORKDIR /usr/src/app
|
|
COPY . .
|
|
RUN pnpm install |