better moving between modles

This commit is contained in:
2024-12-17 10:12:35 -07:00
parent 5b4f5d3677
commit 7993342ee7
8 changed files with 1187 additions and 1184 deletions

4
run.sh
View File

@@ -3,6 +3,7 @@
docker run -it --rm \
--name canvas-manager-2 \
-e TZ=America/Denver \
-e NODE_ENV=development \
-u 1000:1000 \
-p 3000:3000 \
-w /app \
@@ -15,8 +16,9 @@ docker run -it --rm \
mkdir -p ~/.npm-global && \
npm config set prefix '~/.npm-global' && \
export PATH=~/.npm-global/bin:\$PATH && \
npm install -g pnpm && \
pnpm install && pnpm start
pnpm install && pnpm dev
"