mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew.git
synced 2025-05-13 11:37:33 -05:00
Properly get ew source instead of clonging
This commit is contained in:
parent
e768c3a618
commit
ef85b522a6
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,10 @@ RUN apt update && apt install -y curl libssl-dev perl git
|
||||||
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash
|
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash
|
||||||
RUN apt update && apt install -y nodejs
|
RUN apt update && apt install -y nodejs
|
||||||
RUN curl -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --default-toolchain stable --profile minimal
|
RUN curl -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --default-toolchain stable --profile minimal
|
||||||
RUN git clone https://github.com/ethanaobrien/ew.git
|
|
||||||
|
WORKDIR /ew/
|
||||||
|
|
||||||
|
COPY ./ ./
|
||||||
|
|
||||||
WORKDIR /ew/webui/
|
WORKDIR /ew/webui/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue