various fixes and getting closer to parity with main
This commit is contained in:
+4
-2
@@ -1,6 +1,6 @@
|
||||
FROM node:21-bullseye AS comfy_deploy
|
||||
|
||||
|
||||
RUN apt-get update && apt-get install -y python3 make g++ && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN npm install -g bun
|
||||
|
||||
@@ -9,7 +9,9 @@ COPY ./web /web
|
||||
|
||||
WORKDIR /web
|
||||
|
||||
RUN cp .env.local.example .env.local
|
||||
RUN cp .env.example .env.local
|
||||
|
||||
RUN npm install glob
|
||||
|
||||
RUN bun i
|
||||
|
||||
|
||||
Reference in New Issue
Block a user