Add missing workers for jobs, post install message for setup, and pull in emujs/ruffle from docker release

This commit is contained in:
2026-01-06 17:11:28 -05:00
parent 74db5b8b61
commit 571e449581
8 changed files with 42 additions and 3 deletions

View File

@@ -64,6 +64,8 @@ RUN rm -rf /tmp/RALibretro
WORKDIR /app/code/frontend
RUN npm install
RUN ln -s /tmp/vite-temp /app/code/frontend/node_modules/.vite-temp && ln -s /tmp/vite /app/code/frontend/node_modules/.vite && mkdir assets/romm && ln -s /app/data/assets /app/code/frontend/assets/romm/assets && ln -s /app/data/resources /app/code/frontend/assets/romm/resources
COPY --from=docker.io/rommapp/romm:$VERSION /var/www/html/assets/emulatorjs /app/code/frontend/assets/emulatorjs
COPY --from=docker.io/rommapp/romm:$VERSION /var/www/html/assets/ruffle /app/code/frontend/assets/ruffle
WORKDIR /app/code/
# Install uv for the non-root user