Commit Graph

7 Commits (baea88942cb78325463c103950ea08ca37a9b846)

Author SHA1 Message Date
Lipis 4bfcf105a5
build: Switch to Yarn ()
Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>
Lipis 3aa01ad272
chore: Remove tracking ()
* chore: Remove tracking

* process

* rename

* remove

* prod

* Update public/index.html

Co-authored-by: David Luzar <luzar.david@gmail.com>

* Update public/index.html

* eol

* more

* stats

Co-authored-by: David Luzar <luzar.david@gmail.com>
Guillaume Grossetie 5b63371c14
Fix docker build ()
* .eslintrc.json is required to build using react-scripts

* Remove the extra "deps" step

This step can be done as part of the build (faster and more reliable).

* Add a GitHub Actions to build the Docker image

Make sure that "docker build" is working on every pull request before landing on master.

* Update package-lock.json

* Add .prettierrc in the Docker image to avoid warnings in the build step

* Revert "Update package-lock.json"

This reverts commit 7ef2eaadfa.

* Make sure that the 'node_modules' layer can be cached

if package and package-lock.json didn't changed
Kostas Bariotis 8f65e37dac
Disable Sentry inside Docker ()
Kostas Bariotis f1ceeab8d9
Prepare for Docker publishing ()
* prepare for docker publishing

* fix links

* remove that

* update README

* test publish worklofw

* build and push on master

* include gtag by default
Vincent Fretin fb897c75a7
docker build : install devDependencies so the build succeed ()
Niko Heikkilä 4369d88898
feat: add option for self-hosting via Docker ()