irradiation_standards

This commit is contained in:
ls
2025-07-29 23:04:27 +08:00
parent a31c2d6ecf
commit bdc5003fb2
4 changed files with 11 additions and 6 deletions

View File

@@ -30,7 +30,4 @@ COPY --from=build /app/physical-launcher/target/physical-launcher-3.7.0.jar phys
COPY --from=build /app/templates ./templates
ENV PROFILE=dev
RUN apt update && apt install -y tesseract-ocr libtesseract-dev
ENV LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu
CMD sleep 10;java -Djava.security.egd=file:/dev/./urandom -jar physical-launcher-3.7.0.jar --spring.profiles.active=${PROFILE}