From 8519d4c74582653ac6a9d135e94bc687a91ad6d5 Mon Sep 17 00:00:00 2001 From: Michael Green <84688932+michael-j-green@users.noreply.github.com> Date: Sat, 29 Jun 2024 23:04:14 +1000 Subject: [PATCH] Fixed EJS directory --- build/Dockerfile | 1 + build/Dockerfile-EmbeddedDB | 1 + 2 files changed, 2 insertions(+) diff --git a/build/Dockerfile b/build/Dockerfile index 014e087..db06c50 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -24,6 +24,7 @@ RUN dotnet publish "gaseous-server/gaseous-server.csproj" --use-current-runtime # RUN wget https://cdn.emulatorjs.org/releases/4.0.12.7z # RUN 7z x -y -oout/wwwroot/emulators/EmulatorJS 4.0.12.7z RUN wget --recursive --no-parent https://cdn.emulatorjs.org/latest/ +RUN mkdir -p out/wwwroot/emulators/EmulatorJS RUN cp -fr cdn.emulatorjs.org/latest/* out/wwwroot/emulators/EmulatorJS RUN rm -Rf cdn.emulatorjs.org diff --git a/build/Dockerfile-EmbeddedDB b/build/Dockerfile-EmbeddedDB index 005f0bb..b738eaf 100644 --- a/build/Dockerfile-EmbeddedDB +++ b/build/Dockerfile-EmbeddedDB @@ -24,6 +24,7 @@ RUN dotnet publish "gaseous-server/gaseous-server.csproj" --use-current-runtime # RUN wget https://cdn.emulatorjs.org/releases/4.0.12.7z # RUN 7z x -y -oout/wwwroot/emulators/EmulatorJS 4.0.12.7z RUN wget --recursive --no-parent https://cdn.emulatorjs.org/latest/ +RUN mkdir -p out/wwwroot/emulators/EmulatorJS RUN cp -fr cdn.emulatorjs.org/latest/* out/wwwroot/emulators/EmulatorJS RUN rm -Rf cdn.emulatorjs.org