-
Having Docker Desktop installed
-
Having git installed
- Fork the Repo
- Clone the Repo onto the System
- Follow the Tutorial after Step "Initialize Docker assets"
If the Manual from Docker is not followed excatly, the installation may not proceed correctly. In that case, the error failed to solve: process "/bin/sh -c npm ci --omit=dev" did not complete successfully: exit code: 1 may appear. In that case, the best soloution is to redo the installation and pay close attention to all of the steps, while not using the Tab key to autofill.
- If the fix above doesn't work, try uninstalling everything you have installed with the Installation and try again, following the steps closely without using Tab to autofill things.
- Modified Dockerfile to work even with lower end Systems
- Modified README.md to make Installation easier
-
Docker Desktop installiert haben
-
git installiert haben
- Klonen des Repositories mit einem Fork
- Fork auf den Lokalen PC herunterladen
- Die Anleitung ab dem Schritt "Initialize Docker assets" folgen.
Wenn das Handbuch von Docker nicht genau befolgt wird, kann die Installation möglicherweise nicht korrekt fortschreiten. In diesem Fall kann der Fehler failed to solve: process "/bin/sh -c npm ci --omit=dev" did not complete successfully: exit code: 1 auftreten. In diesem Fall ist die beste Lösung, die Installation zu wiederholen und auf alle Schritte genau zu achten. Es sollte nicht die Tabulator Taste gebraucht werden, um die Felder automatisch auszufüllen lassen.
- Wenn die oben genannte Lösung nicht funktioniert, versuchen Sie, alles zu deinstallieren, was Sie mit der Installation installiert haben, und versuchen Sie es erneut, indem Sie die Schritte genau befolgen und dabei nicht die Tab-Taste zum automatischen Ausfüllen verwenden.
-
Dockerfile modifiziert, somit der Code mit mehr Geräten kompatibel ist.
-
README.md erweitert