diff --git a/Dockerfile b/Dockerfile index 5155015..39518e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,7 +56,7 @@ RUN sed -i '22a #include ' ./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/