-
Notifications
You must be signed in to change notification settings - Fork 4
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
Only build the app at build-time, not run-time #62
Conversation
@@ -37,6 +35,7 @@ services: | |||
volumes: | |||
- ./packages/app:/usr/src/app | |||
- /usr/src/app/node_modules | |||
- /usr/src/app/.next |
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.
Ensures the .next folder is mounted correctly
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.
Nice fix!
@@ -1,5 +1,3 @@ | |||
version: "3.3" |
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.
version
is deprecated
For me, my |
Whoops, you're right, wrong directory. Updating the description for posterity |
This is to remove the building of the meditor_app image in production.
To test:
docker compose build
docker compose up
mEditor should startup without issue