1
0
Fork 0
mirror of https://github.com/ldericher/fftcgtool synced 2025-01-15 15:02:59 +00:00

RunConfig

This commit is contained in:
Jörn-Michael Miehe 2021-08-09 06:12:00 +02:00
parent 9a5d03c596
commit 3ab8bcfc31

View file

@ -0,0 +1,21 @@
<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>