Skip to content

Commit 7179508

Browse files
committed
Update version to 1.0.1 and deployment instructions
1 parent 377a294 commit 7179508

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Codingteam.Site/Codingteam.Site.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
<Version>1.0.0</Version>
5+
<Version>1.0.1</Version>
66
</PropertyGroup>
77
<ItemGroup>
88
<Compile Include="CtorSettings.fs" />

Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ command uses the Bash syntax; adapt for your shell if necessary):
111111
PORT=5000
112112
NAME=codingteam.org.ru
113113
VERSION=latest
114+
docker pull codingteam/codingteam.org.ru:$VERSION
115+
docker rm -f $NAME
114116
docker run -d --restart unless-stopped -p $PORT:80 --name $NAME codingteam/codingteam.org.ru:$VERSION
115117
```
116118

0 commit comments

Comments
 (0)