17 Commits

Author SHA1 Message Date
Cogent Apps
a13fff35da fix dockerfile for vite 2023-07-09 20:45:52 +00:00
ZauberNerd
a3da33d824 Replace create-react-app with vite
create-react-app seems to struggle a bit [1] and many folks are
recommending vite as an alternative, as that project is more active.
For me the reason to switch to vite is to reduce dependencies and speed
up the build process.

Replacing create-react-app with vite reduce the number of dependencies
from 1762 to 444.

I was also quite surprised, by how small the actual diff in this commit
is. From that perspective there is almost no discernible difference
between the two tools.

[1]: https://github.com/reactjs/react.dev/pull/5487#issuecomment-1409720741
2023-07-07 22:13:33 +02:00
Cogent Apps
ed5e099558 make docker image smaller 2023-04-29 18:27:10 +00:00
Cogent Apps
f1f89f2799 dockerfile fix 2023-04-15 11:12:13 +00:00
Cogent Apps
5b70af1c0d dockerfile fix 2023-04-15 10:51:39 +00:00
Cogent Apps
8ec99aba68 build fixes 2023-04-15 10:33:19 +00:00
Cogent Apps
797296e0fe install git 2023-03-21 00:30:36 +00:00
Cogent Apps
d9b584c423 install git 2023-03-21 00:26:34 +00:00
Frajder
444be8493a Update Dockerfile
Update Dockerfile with node:19-alpine
2023-03-18 13:26:35 +01:00
Cogent Apps
4eeb7f3478 build sqlite from source 2023-03-18 02:05:28 +00:00
Cogent Apps
1cc3d296b0 set default port for docker 2023-03-15 20:00:43 +00:00
Cogent Apps
84c5066abd docker fixes 2023-03-15 19:47:47 +00:00
Cogent Apps
d1e5a0cda8 Update Dockerfile 2023-03-14 14:38:56 -07:00
Cogent Apps
9944ab190a Update Dockerfile 2023-03-14 14:34:50 -07:00
Cogent Apps
2f33de691b Update Dockerfile 2023-03-14 14:16:40 -07:00
Cogent Apps
68e4a5357c github action for docker 2023-03-14 21:11:18 +00:00
Cogent Apps
645b66b988 v0.2.0 2023-03-14 11:00:40 +00:00