yongjhih / docker-parse-server

Provide docker images and docker stack for parse-server npm versions and latest commit
https://hub.docker.com/r/yongjhih/parse-server/
Apache License 2.0
475 stars 166 forks source link

Parse Android issue #9

Closed vusimoy0 closed 8 years ago

vusimoy0 commented 8 years ago

Hi

Thanks for the awesome docker image. Recently i posted an issue i was having with parse in general on the parseServer page and i got this response yesterday where they said the issue was fixed...

https://github.com/ParsePlatform/parse-server/issues/413

the issue was later advised to be resolved with this git commit...

https://github.com/ParsePlatform/parse-server/pull/679

I've pulled the latest docker image from here and tested but i am still getting error 403 forbidden... not sure if you have updated to the latest push since the issue resolved?

Thanks man!

yongjhih commented 8 years ago

Maybe parse-server module did not been uploaded or parse-server docker image did not built with latest parse-server module.

I'm going to trigger hub.docker.com to rebuild parse-server image. You might wait for a while.

Refer these:

yongjhih commented 8 years ago

I think parse-server module did not been uploaded, so I'm going to build a dev image based on github.com/ParsePlatform/parse-server master instead of npm.

vusimoy0 commented 8 years ago

Thanks man. i will wait :)

yongjhih commented 8 years ago

Now, I have added dev image (yongjhih/parse-server:dev) with latest commit of ParsePlatform/parse-server.

docker run -d \
           -e APP_ID=$appId          \
           -e MASTER_KEY=$masterKey  \
           -p 1338:1337              \
           -p 2022:22                \
           --name parse-server       \
           yongjhih/parse-server:dev