Initial version of spring demo1
This commit is contained in:
parent
4213a9edc6
commit
401b03a247
22 changed files with 645 additions and 67 deletions
14
2024/07/spring_demo1/.run/Dockerfile.run.xml
Normal file
14
2024/07/spring_demo1/.run/Dockerfile.run.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="Dockerfile" type="docker-deploy" factoryName="dockerfile" server-name="Docker on debian">
|
||||
<deployment type="dockerfile">
|
||||
<settings>
|
||||
<option name="imageTag" value="spring-demo1:latest" />
|
||||
<option name="buildCliOptions" value="--progress=plain --no-cache " />
|
||||
<option name="containerName" value="" />
|
||||
<option name="showCommandPreview" value="true" />
|
||||
<option name="sourceFilePath" value="Dockerfile" />
|
||||
</settings>
|
||||
</deployment>
|
||||
<method v="2" />
|
||||
</configuration>
|
||||
</component>
|
Loading…
Add table
Add a link
Reference in a new issue