mirror of
https://github.com/ldericher/fftcgtool
synced 2025-01-15 15:02:59 +00:00
21 lines
No EOL
850 B
XML
21 lines
No EOL
850 B
XML
<component name="ProjectRunConfigurationManager">
|
|
<configuration default="false" name="Run in Docker" type="docker-deploy" factoryName="dockerfile" server-name="Docker">
|
|
<deployment type="dockerfile">
|
|
<settings>
|
|
<option name="imageTag" value="ldericher/fftcgtool" />
|
|
<option name="containerName" value="fftcgtool" />
|
|
<option name="commandLineOptions" value="--rm" />
|
|
<option name="sourceFilePath" value="Dockerfile" />
|
|
<option name="volumeBindings">
|
|
<list>
|
|
<DockerVolumeBindingImpl>
|
|
<option name="containerPath" value="/app/out" />
|
|
<option name="hostPath" value="$PROJECT_DIR$/out" />
|
|
</DockerVolumeBindingImpl>
|
|
</list>
|
|
</option>
|
|
</settings>
|
|
</deployment>
|
|
<method v="2" />
|
|
</configuration>
|
|
</component> |