shaoruu / mine.js

:mount_fuji: A voxel world built with JS/TS/RS. (formerly mc.js) (maybe mine.ts? or even mine.rs?)
https://github.com/voxelize/voxelize
MIT License
308 stars 32 forks source link

* Add docker for the project #6

Closed ripper2hl closed 4 years ago

ripper2hl commented 4 years ago

You can test the change runing this commands

docker-compose --file server/prisma/docker-compose.yml build
docker-compose --file server/prisma/docker-compose.yml up -d

I recommend separate client and server in two different repositories

shaoruu commented 4 years ago

Thanks for the contribution! I might consider in the future.