Update the Dockerfile setup

This commit is contained in:
Aurelien Vaillant
2021-11-24 13:31:00 +01:00
parent 878f421f8c
commit 349327408c
2 changed files with 14 additions and 4 deletions
+10 -1
View File
@@ -2,7 +2,7 @@
<configuration default="false" name="Dockerfile" type="docker-deploy" factoryName="dockerfile" server-name="Docker">
<deployment type="dockerfile">
<settings>
<option name="imageTag" value="stilobique/blender:2.93.6" />
<option name="imageTag" value="stilobique/blender:latest" />
<option name="buildArgs">
<list>
<DockerEnvVarImpl>
@@ -16,7 +16,16 @@
</list>
</option>
<option name="buildOnly" value="true" />
<option name="containerName" value="blender-latest" />
<option name="sourceFilePath" value="Dockerfile" />
<option name="volumeBindings">
<list>
<DockerVolumeBindingImpl>
<option name="containerPath" value="/moderlab-plugin" />
<option name="hostPath" value="E:\Projects\Git\Blender-Moderlab-Config\addons\moderlab-plugin\moderlab-plugin" />
</DockerVolumeBindingImpl>
</list>
</option>
</settings>
</deployment>
<method v="2" />