Fixed EJS directory

This commit is contained in:
Michael Green
2024-06-29 23:04:14 +10:00
parent 822a40b61b
commit 8519d4c745
2 changed files with 2 additions and 0 deletions

View File

@@ -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 wget https://cdn.emulatorjs.org/releases/4.0.12.7z
# RUN 7z x -y -oout/wwwroot/emulators/EmulatorJS 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 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 cp -fr cdn.emulatorjs.org/latest/* out/wwwroot/emulators/EmulatorJS
RUN rm -Rf cdn.emulatorjs.org RUN rm -Rf cdn.emulatorjs.org

View File

@@ -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 wget https://cdn.emulatorjs.org/releases/4.0.12.7z
# RUN 7z x -y -oout/wwwroot/emulators/EmulatorJS 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 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 cp -fr cdn.emulatorjs.org/latest/* out/wwwroot/emulators/EmulatorJS
RUN rm -Rf cdn.emulatorjs.org RUN rm -Rf cdn.emulatorjs.org