修改了dockerfile文件并且增加了sh脚本
This commit is contained in:
@@ -2,5 +2,6 @@ FROM openjdk:8
|
||||
MAINTAINER bamanker
|
||||
ADD target/dailyLove-0.1.6.jar /home/dailyLove/
|
||||
ADD start.sh /home/dailyLove/
|
||||
RUN chmod +x /home/dailyLove/start.sh
|
||||
EXPOSE 13145
|
||||
CMD ["sh","/home/dailyLove/start.sh"]
|
||||
Reference in New Issue
Block a user