From ef85b522a65f4547d519df62b6b79260710ab98c Mon Sep 17 00:00:00 2001 From: Ethan O'Brien Date: Fri, 5 Jul 2024 12:45:17 -0500 Subject: [PATCH] Properly get ew source instead of clonging --- docker/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index e185d3f..b4efda4 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 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 git clone https://github.com/ethanaobrien/ew.git + +WORKDIR /ew/ + +COPY ./ ./ WORKDIR /ew/webui/