amitavdevzone / gitlabmx

1 stars 3 forks source link

Install npm packages when container starts #6

Open amitavroy opened 8 months ago

amitavroy commented 8 months ago

Requirements

The node container should install npm packages when the container starts if the packages are not install.

Right now, the container only does npm run dev. This assumes that the packages are already present.