You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it might be a perms problem, the app builds beautifully, but when firing off calls to meteor using the accounts package, the container exits with code 139. I have been banging my head against the wall all day.
I noticed the other older dockerfiles add a separate user and then change the owner to said user. I ran my app in docker rjshimko/meteor-launchpad which adds the seperate user and it works fine with the accounts package, but the file is huge. I have been playing with adding a user and modifying the perms, but still no dice. I am a docker noob. Do you have any advice or solutions to this problem?
The text was updated successfully, but these errors were encountered:
Okay, I lied, I am having an issue.
I think it might be a perms problem, the app builds beautifully, but when firing off calls to meteor using the accounts package, the container exits with code 139. I have been banging my head against the wall all day.
I noticed the other older dockerfiles add a separate user and then change the owner to said user. I ran my app in docker rjshimko/meteor-launchpad which adds the seperate user and it works fine with the accounts package, but the file is huge. I have been playing with adding a user and modifying the perms, but still no dice. I am a docker noob. Do you have any advice or solutions to this problem?
The text was updated successfully, but these errors were encountered: