Remove Dockerfile in favour of OpenFaaS Golang template - Part 1
Offen
size/m
skill/intermediate
- Vorherrschende Sprache
- Go
- Sterne
- 820
- Forks
- 68
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
The Dockerfile is now unnecessary - Derek was developed before the Golang templating system, so we should move the code to use the Golang template for less to maintain, more frequent watchdog updates and other fixes done in the Golang template.
```sh
faas-cli new --lang go derek
```
Since the Golang template uses the classic watchdog and allows for forking per request, no other changes are required to prevent os.Exit/panic handling.
The various environmental variables can be moved into there derek.yml file.
Once refactored part 2 can take place #96
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.