Skip to content

Commit

Permalink
Switch gateway to text lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
knpwrs committed Jan 4, 2025
1 parent 2734080 commit 118453e
Show file tree
Hide file tree
Showing 4 changed files with 2,601 additions and 9 deletions.
4 changes: 2 additions & 2 deletions services/gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt-get update && \
FROM bun-with-node AS base
# Prisma requires lbssl-dev and ca-certificates
RUN apt-get update && apt-get install -y curl libssl-dev ca-certificates neovim
COPY package.json bun.lockb ./
COPY package.json bun.lock ./
RUN bun install
ENV NODE_ENV=production EDITOR=nvim
COPY . .
Expand Down Expand Up @@ -69,7 +69,7 @@ RUN apt-get update && \
apt-get clean && \
pip3 install git+https://github.com/Softcatala/[email protected] && mkdir -p /opt/whisper/models
WORKDIR /home/bun/app
COPY package.json bun.lockb ./
COPY package.json bun.lock ./
RUN bun install
COPY . .
ENV NODE_ENV=production
Expand Down
Loading

0 comments on commit 118453e

Please sign in to comment.