https://github.com/chneau/farm-alpine-slow-bug
https://github.com/chneau/farm-alpine-slow-bug
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/chneau/farm-alpine-slow-bug
- Owner: chneau
- Created: 2025-01-29T12:30:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-29T12:48:49.000Z (over 1 year ago)
- Last Synced: 2025-03-28T19:03:16.590Z (about 1 year ago)
- Language: TypeScript
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Farm + React

```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.