fix: docker镜像无法显示二维码

V0.5.x
jay 2023-08-08 11:07:37 +08:00
parent 211be5b22e
commit e89b4af821
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
FROM openjdk:11-jre-slim
RUN apt update && apt install -y libfreetype6 fontconfig
WORKDIR /app
ADD iot-starter/target/iot-starter-0.4.5-SNAPSHOT.jar /app/app.jar
ADD data/init /app/data/init