4 Commits

Author SHA1 Message Date
Chance Hudson
0a1173a803 fix: switch all dockerfiles to use node 16 2021-11-10 22:02:12 +09:00
Chance Hudson
0a3b3c1e63 refactor: remove prisma 2021-03-25 00:28:31 -05:00
Chance Hudson
956f17584a fix: pin prisma cli version 2020-12-16 10:29:36 -06:00
Wanseob Lim
c5f15ecc45 refactor: improve build & test process
1. Describe build context & dockerfiles in `dockerfiles/docker-compose.yml`.
2. Using utils.buildAndGetContainer() function, specify the service name
and build the image before run test.
3. To skip the initial build process, developer can run `yarn pull:images`
on the root directory.
2020-08-17 13:31:47 +09:00