dashboard
This commit is contained in:
@@ -3,8 +3,8 @@ services:
|
||||
image: node:20-alpine
|
||||
working_dir: /usr/src/app
|
||||
command: sh -c "npm install && npm run dev"
|
||||
ports:
|
||||
- "3000:3000"
|
||||
expose:
|
||||
- "3000"
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user