Alec LaLonde
24765d030a
Added createDiscordClient to discord-bot, changed backend to use it
2021-03-09 10:54:23 -07:00
Will Holcomb
e59618d319
codegen was removed, but some references linger
2021-02-01 20:52:28 -07:00
Hammad Jutt
4c2bb981cf
Update backend Dockerfile to include codegen
2020-08-16 20:23:05 -06:00
Hammad Jutt
c82ba547b6
Fix command for backend Dockerfile
2020-08-05 00:18:57 -06:00
Hammad Jutt
26c9bfa134
Cleanup / simplify package.json scripts and names
2020-07-13 11:06:24 -06:00
Hammad Jutt
5de1a5eba5
Simplify Render config
2020-07-12 11:41:52 -06:00
Hammad Jutt
c063c3c41a
Setup explicit ports to prevent broken deployment on Render
...
https://github.com/hasura/graphql-engine/issues/3904
2020-07-12 11:41:52 -06:00
Hammad Jutt
5cfd7d88dd
Setup multistage build to allow running backend server in dev mode so we dont have to run it outside Docker
...
This will automatically restart the backend server in docker anytime there are changes to the original
source files instead of copying over when running in dev mode. In production, it will still do the
normal copy/build.
2020-07-06 01:55:44 -06:00
Pacien Boisson
899335594a
[WIP] Fix docker with lerna ( #8 )
...
* trying to fix Backend docker image with lerna
* fix dockerfile CMD
* Fix Dockerfile build
* Fix 3box types
Co-authored-by: Hammad Jutt <jutt@ualberta.ca >
2020-06-08 00:49:39 -06:00