bulid -> build
This commit is contained in:
@@ -212,8 +212,8 @@
|
||||
<template>module_cloud/client/bin/package.sh.xml</template>
|
||||
<template>module_cloud/client/src/main/java/package.xml</template>
|
||||
<template>module_cloud/client/pom.xml</template>
|
||||
<template>module_cloud/web/bin/docker-bulid.bat.xml</template>
|
||||
<template>module_cloud/web/bin/docker-bulid.sh.xml</template>
|
||||
<template>module_cloud/web/bin/docker-build.bat.xml</template>
|
||||
<template>module_cloud/web/bin/docker-build.sh.xml</template>
|
||||
<template>module_cloud/web/bin/package.bat.xml</template>
|
||||
<template>module_cloud/web/bin/package.sh.xml</template>
|
||||
<template>module_cloud/web/bin/run-tomcat.bat.xml</template>
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
<!-- Copyright (c) 2013-Now http://jeesite.com All rights reserved.
|
||||
No deletion without permission, or be held responsible to law. -->
|
||||
<template>
|
||||
<name>docker-bulid</name>
|
||||
<name>docker-build</name>
|
||||
<filePath>${baseDir}/${moduleCode}/${moduleCode}/bin</filePath>
|
||||
<fileName>docker-bulid.bat</fileName>
|
||||
<fileName>docker-build.bat</fileName>
|
||||
<charset>GBK</charset>
|
||||
<content><![CDATA[@echo off
|
||||
rem /**
|
||||
@@ -2,9 +2,9 @@
|
||||
<!-- Copyright (c) 2013-Now http://jeesite.com All rights reserved.
|
||||
No deletion without permission, or be held responsible to law. -->
|
||||
<template>
|
||||
<name>docker-bulid</name>
|
||||
<name>docker-build</name>
|
||||
<filePath>${baseDir}/${moduleCode}/${moduleCode}/bin</filePath>
|
||||
<fileName>docker-bulid.sh</fileName>
|
||||
<fileName>docker-build.sh</fileName>
|
||||
<content><![CDATA[#!/bin/sh
|
||||
# /**
|
||||
# * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
|
||||
Reference in New Issue
Block a user