adding local docker compose with local postgres
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
FROM node:21-bullseye AS comfy_deploy
|
||||
|
||||
|
||||
|
||||
RUN npm install -g bun
|
||||
|
||||
COPY ./web /web
|
||||
|
||||
|
||||
WORKDIR /web
|
||||
|
||||
RUN cp .env.local.example .env.local
|
||||
|
||||
RUN bun i
|
||||
|
||||
ENTRYPOINT [ "bun", "dev" ]
|
||||
Reference in New Issue
Block a user