first commit
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
everything-is-fine:
|
||||
image: node:22
|
||||
working_dir: /app
|
||||
volumes:
|
||||
- ./:/app
|
||||
command: sh -c "npm i -g pnpm && pnpm i && node index.js"
|
||||
ports:
|
||||
- "2000:3000"
|
||||
Reference in New Issue
Block a user