use old ra path

This commit is contained in:
2026-01-03 13:09:29 -05:00
parent 93429eb591
commit 8834232769

View File

@@ -56,7 +56,7 @@ RUN sed -i '22a #include <ctime>' ./src/Util.h \
./src/libchdr/deps/zlib-1.3.1/gzread.c \
./src/libchdr/deps/zlib-1.3.1/gzwrite.c \
&& make HAVE_CHD=1 -f ./Makefile.RAHasher \
&& cp ./bin64/RAHasher /app/code/.bin/RAHasher
&& cp ./bin64/RAHasher /usr/bin/RAHasher
RUN rm -rf /tmp/RALibretro
# Install frontend dependencies
@@ -78,7 +78,7 @@ RUN uv sync --all-extras
ADD supervisor/* /etc/supervisor/conf.d/
RUN ln -sf /run/supervisord.log /var/log/supervisor/supervisord.log
ENV PATH="/app/code/.venv/bin:/app/code/.bin:${PATH}"
ENV PATH="/app/code/.venv/bin:${PATH}"
COPY start.sh /app/pkg/