chore: missing run config
This commit is contained in:
parent
efdbad09d0
commit
bd483ae213
1 changed files with 16 additions and 0 deletions
16
.run/Server_Dockerfile.run.xml
Normal file
16
.run/Server_Dockerfile.run.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="Server/Dockerfile" type="docker-deploy" factoryName="dockerfile" server-name="Docker">
|
||||
<deployment type="dockerfile">
|
||||
<settings>
|
||||
<option name="imageTag" value="continuity" />
|
||||
<option name="buildCliOptions" value="--platform linux/amd64" />
|
||||
<option name="buildKitEnabled" value="true" />
|
||||
<option name="buildOnly" value="true" />
|
||||
<option name="contextFolderPath" value="." />
|
||||
<option name="sourceFilePath" value="Server/Dockerfile" />
|
||||
</settings>
|
||||
</deployment>
|
||||
<EXTENSION ID="com.jetbrains.rider.docker.debug" isFastModeEnabled="true" isSslEnabled="false" />
|
||||
<method v="2" />
|
||||
</configuration>
|
||||
</component>
|
Loading…
Reference in a new issue