wip fix
This commit is contained in:
parent
4ec293342f
commit
5e8a44765b
|
|
@ -2,7 +2,8 @@ FROM oven/bun:1.0.18-debian as base
|
|||
WORKDIR /app/prasi
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install unzip
|
||||
RUN apt-get install unzip zip
|
||||
|
||||
|
||||
COPY dockerzip .
|
||||
RUN unzip dockerzip
|
||||
|
|
|
|||
Loading…
Reference in New Issue