PyWorkflowApp / visual-programming

A Python Visual Programming Workspace for Data Science
MIT License
31 stars 12 forks source link

Fix: Update front-end Dockerfile to pull in package-lock.json #95

Closed reelmatt closed 3 years ago

reelmatt commented 3 years ago

Before, the Dockerfile for the front-end container would use package.json to rebuild the dependency list. This includes some package changes since the last-tested commit/versions back in May. By adding the package-lock.json file we can ensure the package versions match what we last tested/built on. This seems to solve the issues when running docker-compose up --build to get the project up-and-running.