An open API service indexing awesome lists of open source software.

https://github.com/chneau/farm-alpine-slow-bug


https://github.com/chneau/farm-alpine-slow-bug

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Farm + React

![bug example](image.png)

```bash
bun run docker-build-fast
bun run docker-build-slow

# fast uses FROM oven/bun
# slow uses FROM oven/bun:alpine
```

Notice the build step is slower for the `:alpine` version.