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

Changed the docker file because of issue building #58

Merged
merged 1 commit into from Sep 24, 2020
Merged

Changed the docker file because of issue building #58

merged 1 commit into from Sep 24, 2020

Conversation

digikin
Copy link

@digikin digikin commented Jun 9, 2019

I am playing around with containerizing your app with passing the variables through an environment file but every time I build it keeps throwing an error:

Error: could not get uid/gid
[ 'nobody', 0 ]

After some research I found that using this change worked. Here is a link to the issue npm/uid-number#3

Also I having trouble figuring out which part is where I place the variables for twitter or meetup.

/*eslint-disable */
var twit = new twitter({
    consumer_key: process.env.twitter_ck,
    consumer_secret: process.env.twitter_cs,
    access_token_key: process.env.twitter_atk,
    access_token_secret: process.env.twitter_ats

@davidfekke davidfekke merged commit 92322d0 into Jaxnode-UG:master Sep 24, 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
2 participants