This commit is contained in:
Rizky 2024-10-08 18:14:48 +07:00
parent d8fa44be73
commit e85effa7b0
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ RUN PATH="/usr/lib/node_modules/npm/bin:$PATH"
COPY dockerzip .
RUN unzip -o dockerzip
RUN bun trust --all
RUN bun pm trust --all
RUN bun install
COPY . .