Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | frontend: fix Docker builds | Egor Tensin | 2022-10-15 |
| | | | | | | This is what I get for abandoning my stuff for a while. The base image nginx:1-alpine switched Alpine versions, and it doesn't have some packages anymore. Oh well. | ||
* | frontend: dash is not pre-installed on Alpine | Egor Tensin | 2022-04-11 |
| | |||
* | frontend: pip -> pip3 for consistency | Egor Tensin | 2022-04-09 |
| | |||
* | frontend: don't install packages twice | Egor Tensin | 2022-04-09 |
| | |||
* | frontend: get rid of bash in image | Egor Tensin | 2022-04-09 |
| | |||
* | frontend: minimize the image | Egor Tensin | 2022-04-09 |
| | |||
* | docker: add a frontend nginx image | Egor Tensin | 2022-03-26 |
At first, I built a custom image at https://egort.name/. It had a rather long development history, and I just copied the files from there. |