Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker tasks #80

Open
7 tasks
AdamLearns opened this issue Jan 24, 2024 · 0 comments
Open
7 tasks

Docker tasks #80

AdamLearns opened this issue Jan 24, 2024 · 0 comments

Comments

@AdamLearns
Copy link
Owner

AdamLearns commented Jan 24, 2024

  • Figure out how to cut down on the size of the Dockerfiles
    • HiDeoo suggested pnpm prune --prod
  • Name the Docker images differently ("abbott" → "abbott-bots")
  • Get rid of Husky from the Dockerfile—it shouldn't be needed.
  • Figure out how to consolidate tsconfig.json files¹. I have duplicates, but if I use extends with ../../, then it complicates the Docker build process.
    • Consider using paths so that I have aliases like @twitch or something (or @ or ~ for the root?).
  • See if we can get rid of the @tsconfig/node18 package that I have installed.

¹See this:

HiDeoo: You can create a packages/tsconfig which is a package exporting your tsconfig like https://github.com/HiDeoo/tsconfig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant