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.

12 lines
230 B

FROM ansible/centos7-ansible
ENV container docker
RUN yum install -y libreoffice.x86_64
COPY ./simsun.ttc /usr/share/fonts
ADD ./target/jeecg-boot-module-system-2.4.5.jar /usr/local/kykms/
WORKDIR /usr/local/kykms
EXPOSE 8080