chore: optimize dockerfile

This commit is contained in:
Maulana Sodiqin
2025-05-26 23:41:00 +07:00
parent f1e4e02697
commit cca9aa6318
2 changed files with 28 additions and 19 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ For production deployment:
2. **Run the Docker container**:
```sh
docker run -d --env-file .env -p 3000:3000 imphnen-backend
docker run --name imphnen-backend -d --env-file .env -p 3000:3000 imphnen-backend
```
Adjust the port and environment variables as needed.