wip fix
This commit is contained in:
parent
b85c5cc48d
commit
eeb64e5008
|
|
@ -6,7 +6,7 @@ RUN apt-get install unzip zip
|
||||||
|
|
||||||
|
|
||||||
COPY dockerzip .
|
COPY dockerzip .
|
||||||
RUN unzip dockerzip
|
RUN unzip -o dockerzip
|
||||||
RUN bun install
|
RUN bun install
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue