Andreas Gebhardt
6539029d2a
fix: docker build of Excalidraw app ( #7430 )
...
* fix: docker build of Excalidraw app
Fixes #7403 .
* deps: update (container) Nginx to 1.24
---------
Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>
2024-05-07 18:00:58 +05:30
Aakansha Doshi
5dd1efde8a
build: update to node 18 in docker ( #6822 )
2023-07-28 12:06:33 +05:30
Dejavu Moe
c3c45a8c37
fix: docker build architecture:linux/amd64 error occur on linux/arm64 instance ( #6197 )
...
fix docker build
when in linux/arm64 use docker buildx plugin to build linux/amd64 image, a build error will occur causing the build to break
2023-02-07 11:44:31 +05:30
Denys Holius
e7cbb859f0
chore: Bump nginx version to newest ( #3811 )
...
Bump nginx version to newest.
2021-07-09 17:07:34 +02:00
Lipis
4bfcf105a5
build: Switch to Yarn ( #3057 )
...
Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>
2021-02-20 12:47:17 +00:00
Lipis
3aa01ad272
chore: Remove tracking ( #2722 )
...
* 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>
2021-01-05 19:06:14 +01:00
Guillaume Grossetie
5b63371c14
Fix docker build ( #2348 )
...
* .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 7ef2eaadfae610771987bc8155670b895c139e7b.
* Make sure that the 'node_modules' layer can be cached
if package and package-lock.json didn't changed
2020-11-07 22:22:19 +00:00
Kostas Bariotis
8f65e37dac
Disable Sentry inside Docker ( #1781 )
2020-06-18 13:18:57 +02:00
Kostas Bariotis
f1ceeab8d9
Prepare for Docker publishing ( #1771 )
...
* prepare for docker publishing
* fix links
* remove that
* update README
* test publish worklofw
* build and push on master
* include gtag by default
2020-06-18 10:46:24 +01:00
Vincent Fretin
fb897c75a7
docker build : install devDependencies so the build succeed ( #1625 )
2020-05-22 10:37:17 +02:00
Niko Heikkilä
4369d88898
feat: add option for self-hosting via Docker ( #1503 )
2020-04-28 22:53:07 -07:00