mirror of
https://github.com/ldericher/fftcgtool
synced 2025-01-15 15:02:59 +00:00
RunConfig
This commit is contained in:
parent
9a5d03c596
commit
3ab8bcfc31
1 changed files with 21 additions and 0 deletions
21
.idea/runConfigurations/Run_in_Docker.xml
Normal file
21
.idea/runConfigurations/Run_in_Docker.xml
Normal 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>
|
Loading…
Reference in a new issue