-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge project setup with appropriate local dev environment settings #1
Conversation
This reverts commit f9ddd47.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
I merged the two dockerfiles into one, using multiple stages & added a few efficiency gains.
Give it a final check over to see if everything works as expected =)
You could rename docker-compose.dev.yml
to docker-compose.yml
if you want.
This way it will run as the default compose file with a simple docker compose up -d
.
No description provided.