Skip to content

Commit

Permalink
Release 0.101.47
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Jul 12, 2024
2 parents 8f1c694 + 45e2690 commit b4b6382
Show file tree
Hide file tree
Showing 67 changed files with 4,634 additions and 2,659 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ version: '3.7'
services:
app-dev:
container_name: trmm-app-dev
image: node:18-alpine
image: node:20-alpine
restart: always
command: /bin/sh -c "npm install --cache ~/.npm && npm run serve"
user: 1000:1000
command: /bin/sh -c "npm install --cache ~/.npm && npm i -g @quasar/cli && npm run serve"
working_dir: /workspace/web
volumes:
- ..:/workspace:cached
Expand Down
Loading

0 comments on commit b4b6382

Please sign in to comment.