redoing paginated canvas requests

This commit is contained in:
2024-09-19 17:45:26 -06:00
parent 2ef7ec31b1
commit ab5dbed383
11 changed files with 161 additions and 146 deletions

11
nextjs/run.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
docker run -it --rm \
--name canvas-manager-2 \
-u 1000:1000 \
-p 3000:3000 \
-w /app \
-v .:/app \
-v ~/projects/faculty/1810/2024-fall-alex/modules:/app/storage/intro_to_web \
node \
bash -c "npm i && npm run dev -- -H 0.0.0.0"