Open palaparthi opened 1 week ago
Heya @palaparthi , Glad you were able to get the project running via Docker.
I've pushed up new images, so you should just have to pull and run them again:
docker pull nodu/teamster:ui
docker pull nodu/teamster:api
docker run --rm -p 8000:8000 nodu/teamster:api
docker run --rm -p 80:3000 nodu/teamster:ui
Thanks for adding the pagination, the validations still doesn't seem to be working as expected. I am able to add a user with the same phone number, see below.
@palaparthi Phone numbers are now unique. Give it a go. New images have been pushed.
Thanks for dockerizing the project, I was able to get it to work. I have few change requests