This commit is contained in:
Rizky 2024-01-25 12:46:03 +07:00
parent 4ec293342f
commit 5e8a44765b
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ FROM oven/bun:1.0.18-debian as base
WORKDIR /app/prasi WORKDIR /app/prasi
RUN apt-get update RUN apt-get update
RUN apt-get install unzip RUN apt-get install unzip zip
COPY dockerzip . COPY dockerzip .
RUN unzip dockerzip RUN unzip dockerzip