This commit is contained in:
Rizky 2024-03-20 10:58:46 +07:00
parent a1dcc474c5
commit 8c324a955f
1 changed files with 1 additions and 0 deletions

View File

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