Conversation
|
@IvanGoncharov can you create Otherwise, if you want, you can grant me access to https://github.com/APIs-guru/graphql-voyager project and I can maintain Graphql-voyager Docker Image for you ? |
| 'Content-Type': 'application/json', | ||
| }, ${headersJS}), | ||
| body: JSON.stringify({query: introspectionQuery }), | ||
| credentials: 'include', |
There was a problem hiding this comment.
What's the problem with credentials?
| 'Content-Type': 'application/json', | ||
| }, | ||
| body: JSON.stringify({query: introspectionQuery}), | ||
| credentials: 'include', |
There was a problem hiding this comment.
same question, why do you delete it?
|
|
||
| ENV PORT=3001 | ||
|
|
||
| CMD node index.js No newline at end of file |
There was a problem hiding this comment.
missing newline at the end of the file.
There was a problem hiding this comment.
I actually like to have Dockerfile similar to what graphql-faker has:
https://github.com/APIs-guru/graphql-faker/blob/master/Dockerfile
Is it possible?
There was a problem hiding this comment.
Especially since it doesn't require a separate folder and package.json.
There was a problem hiding this comment.
missing newline at the end of the file.
Fixed.
There was a problem hiding this comment.
Especially since it doesn't require a separate folder and package.json.
I need a place to store index.html and this package.json:
{
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.16.3",
"graphql-voyager": "../"
}
}
I don't want put the mess in root folder.
@IvanGoncharov What do you think of that?
@harobed We already have account here: |
Ok, I have updated Docker image name 👍 |
|
Note: when all will be ok, I will squash MR commits. |
|
@IvanGoncharov how can I help you? |
|
@harobed Sorry pretty busy month. |
|
hey guys, was there a resolve for #127 ? Trying to understand why |
|
@IvanGoncharov Up ? This would be awesome to use it in a docker directly |
c21e67b to
a180bcb
Compare
a180bcb to
ab1efcf
Compare
d5ca43d to
6c13589
Compare
|
|
||
| WORKDIR /graphql-voyager/ | ||
|
|
||
| WORKDIR /graphql-voyager/docker-image/ |
There was a problem hiding this comment.
This line makes the previous one unnecessary
|
Great, hope to see this PR pushed. |
No description provided.