You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
km_community/jeecg-boot/jeecg-boot-module-system/Dockerfile

13 lines
244 B

FROM ubuntu:22.04
MAINTAINER mahone<liuwenxiong@mail.kykms.cn>
RUN apt update;apt install -y libreoffice;\
mkdir /kykms;
COPY ./simsun.ttc /usr/share/fonts
COPY ./target/jeecg-boot-module-system-2.4.5.jar /kykms/
WORKDIR /kykms
EXPOSE 8080