We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377a294 commit 7179508Copy full SHA for 7179508
2 files changed
Codingteam.Site/Codingteam.Site.fsproj
@@ -2,7 +2,7 @@
2
<PropertyGroup>
3
<OutputType>Exe</OutputType>
4
<TargetFramework>netcoreapp3.1</TargetFramework>
5
- <Version>1.0.0</Version>
+ <Version>1.0.1</Version>
6
</PropertyGroup>
7
<ItemGroup>
8
<Compile Include="CtorSettings.fs" />
Readme.md
@@ -111,6 +111,8 @@ command uses the Bash syntax; adapt for your shell if necessary):
111
PORT=5000
112
NAME=codingteam.org.ru
113
VERSION=latest
114
+docker pull codingteam/codingteam.org.ru:$VERSION
115
+docker rm -f $NAME
116
docker run -d --restart unless-stopped -p $PORT:80 --name $NAME codingteam/codingteam.org.ru:$VERSION
117
```
118
0 commit comments