delelte ignore file

This commit is contained in:
2018-08-15 11:02:23 +08:00
parent 91e42c296b
commit 0da3f049e4
3 changed files with 0 additions and 0 deletions

16
did-server/Dockerfile Normal file
View File

@@ -0,0 +1,16 @@
FROM 10.19.248.200:30100/g_laikang/jre8-alpine:latest
MAINTAINER lixiangrong <lixiangrong@ennew.cn>
WORKDIR /opt
ARG SERVER_NAME
ENV SERVER_NAME=${SERVER_NAME}
COPY start.sh /opt/start.sh
COPY ${SERVER_NAME}*.jar /opt/
RUN chmod -R 755 /opt/
EXPOSE 16830 16831
ENTRYPOINT ["/opt/start.sh"]