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 the frontend deployment with docker-compose #153

Merged
merged 1 commit into from
Oct 7, 2021

Conversation

w1shmast0ur
Copy link
Collaborator

Addresses #148 issue.

The problem was that the during docker-compose run, the /app folder in the container was completely overwritten by the content of the host ./frontend folder that's why all installed packages were gone. I've made it so that only src subfolder is mounted and tested that the hotreload is working in dev

@w1shmast0ur w1shmast0ur requested a review from galbwe October 6, 2021 19:41
@galbwe galbwe linked an issue Oct 7, 2021 that may be closed by this pull request
Copy link
Collaborator

@galbwe galbwe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works! Thanks for debugging this @w1shmast0ur

@galbwe galbwe merged commit 7131fd9 into codefordenver:main Oct 7, 2021
@w1shmast0ur w1shmast0ur deleted the bugfix/docker-compose branch October 7, 2021 05:16
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.

Frontend Docker Container Does Not Start When First Cloning the Repo
2 participants