Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Ziaei committed Mar 31, 2024
1 parent 877bb0c commit e5cd046
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ ENV NODE_ENV=production

RUN bunx -y [email protected] install chromium --with-deps

COPY package.json bun.lockb ./
RUN bun install --frozen-lockfile --production
COPY package.json ./
RUN bun install
RUN rm -rdf node_modules
RUN bun install --production

COPY . .

Expand Down

0 comments on commit e5cd046

Please sign in to comment.