Fix some mistakes I made preventing app from working and get OIDC working.

This commit is contained in:
2026-01-05 16:38:59 -05:00
parent 6fde39d6a4
commit 707aaeae15
6 changed files with 18 additions and 9 deletions

View File

@@ -63,7 +63,7 @@ RUN rm -rf /tmp/RALibretro
# Install frontend dependencies
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
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
WORKDIR /app/code/
# Install uv for the non-root user