[ ] 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.
Dockerfile
spnpm prune --prod
Dockerfile
—it shouldn't be needed.tsconfig.json
files¹. I have duplicates, but if I use extends with../../
, then it complicates the Docker build process.paths
so that I have aliases like@twitch
or something (or@
or~
for the root?).@tsconfig/node18
package that I have installed.¹See this: