Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Oct 9, 2020

Conversation

reelmatt
Copy link
Member

@reelmatt reelmatt commented Oct 8, 2020

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.

@reelmatt reelmatt merged commit 8e8c6ed into master Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants