sarlink-portal/.build/dev/node.Dockerfile
i701 1d6f4faf7e Refactor Docker setup and add Prisma Studio service
- Introduced a new prisma-studio service in compose.yml for easier database management.
- Added a PostgreSQL database service with environment variables for user and database setup.
- Removed the outdated node service configuration from .build/dev/compose.yml.
- Simplified the node Dockerfile by removing unnecessary shell configuration.
- Created a new prisma.Dockerfile for running Prisma Studio.

These changes enhance the development environment and streamline database interactions.
2024-12-16 21:39:03 +05:00

6 lines
53 B
Docker

FROM node:18
WORKDIR /var/www/html
CMD npm run dev