Remove unused script tag from Layout component, add docker-compose and pnpm workspace configuration
This commit is contained in:
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
app:
|
||||
image: node:22
|
||||
working_dir: /app
|
||||
volumes:
|
||||
- .:/app
|
||||
ports:
|
||||
- "6756:6756"
|
||||
command: >
|
||||
sh -c "
|
||||
npm i -g pnpm &&
|
||||
pnpm install &&
|
||||
pnpm build &&
|
||||
PORT=6756 pnpm start
|
||||
"
|
||||
Reference in New Issue
Block a user