We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3764ba4 commit 5a52715Copy full SHA for 5a52715
Dockerfile
@@ -24,7 +24,7 @@ WORKDIR $JACRED_HOME
24
25
EXPOSE 9117
26
27
-VOLUME [ "$JACRED_HOME/init.conf", "$JACRED_HOME/Data" ]
+VOLUME [ "$JACRED_HOME" ]
28
29
ENTRYPOINT ["dotnet", "JacRed.dll"]
30
### BUILD MAIN IMAGE end ###
0 commit comments