heroku-examples / go-websocket-chat-demo

102 stars 49 forks source link

Fix docker problem #11

Open mistricky opened 4 years ago

mistricky commented 4 years ago

Hi! I'm glad to see your project about redis with websocket, but I have some problem during docker runtime.

dockerfile is already declared the CMD field, so you don't need to write "command" in docker-compose.yml

And the project is dep on /public as its runtime, so should COPY public under to /app.

That's all, now it successful running :).