1
0
Fork 0
forked from lthn/blockchain
blockchain/.idea/runConfigurations/docker_server.xml
2024-03-21 13:16:33 +00:00

15 lines
No EOL
706 B
XML

<component name="ProjectRunConfigurationManager">
<configuration default="false" name="docker-server" type="docker-deploy" factoryName="dockerfile" server-name="Docker">
<deployment type="dockerfile">
<settings>
<option name="imageTag" value="lthn/chain-itw3:testnet" />
<option name="buildCliOptions" value="--platform linux/x86_64 --build-arg THREADS=4" />
<option name="buildKitEnabled" value="true" />
<option name="containerName" value="" />
<option name="contextFolderPath" value="." />
<option name="sourceFilePath" value="utils/docker/Dockerfile" />
</settings>
</deployment>
<method v="2" />
</configuration>
</component>