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
Hi, nice code, thanks for sharing.
It would be nice if you can provide more instructions on how to run in docker.
I have tried to bring the docker-compose.yml up, build the dockerfile and run it with the following command:
docker run -d -p 8000:8000 dot/vote
but it is not working. I can see the landing page but I can't create any new poll.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, nice code, thanks for sharing.
It would be nice if you can provide more instructions on how to run in docker.
I have tried to bring the docker-compose.yml up, build the dockerfile and run it with the following command:
docker run -d -p 8000:8000 dot/vote
but it is not working. I can see the landing page but I can't create any new poll.
Thanks.
The text was updated successfully, but these errors were encountered: