edge-city
git clone https://git.pyrossh.dev/edge-city
edge-city is a next level meta-framework for react that runs only on edge runtimes
3639289
— Peter John
2023-03-24T23:12:06+05:30
pin bun version
packages/example/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
FROM oven/bun
|
|
1
|
+
FROM oven/bun:0.5.8
|
|
2
2
|
|
|
3
3
|
ENV NODE_ENV production
|
|
4
4
|
|