various fixes and getting closer to parity with main

This commit is contained in:
webcoderz
2024-04-10 20:38:24 -04:00
parent 9484cb9b93
commit 2bcc71d24c
2 changed files with 4 additions and 24 deletions
+4 -2
View File
@@ -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