- Update sequence a bit optimized.
- Dependency updates.
- Edge case on repo/branch selection handled.
- More default templates. Thanks to @SaraVieira
This commit is contained in:
Andras Bacsai
2021-04-06 23:22:48 +02:00
committed by GitHub
parent c691c52751
commit 703d941f23
19 changed files with 2913 additions and 3152 deletions

View File

@@ -1,5 +1,5 @@
FROM coolify-base
WORKDIR /usr/src/app
RUN yarn build
CMD ["yarn", "start"]
RUN pnpm build
CMD ["pnpm", "start"]
EXPOSE 3000