Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OTWebSocketHub
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李福茂
OTWebSocketHub
Commits
610ff642
Commit
610ff642
authored
May 25, 2021
by
Maodashu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update dockerfile
parent
37773946
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
5 deletions
+32
-5
.dockerignore
.dockerignore
+25
-0
OTWebSocket.API.csproj
OTWebSocket.API/OTWebSocket.API.csproj
+2
-0
launchSettings.json
OTWebSocket.API/Properties/launchSettings.json
+5
-5
No files found.
.dockerignore
0 → 100644
View file @
610ff642
**/.classpath
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/azds.yaml
**/bin
**/charts
**/docker-compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md
\ No newline at end of file
OTWebSocket.API/OTWebSocket.API.csproj
View file @
610ff642
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
<PropertyGroup>
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
...
@@ -16,6 +17,7 @@
...
@@ -16,6 +17,7 @@
<PackageReference Include="CSRedisCore" Version="3.6.5" />
<PackageReference Include="CSRedisCore" Version="3.6.5" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.13" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.13" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.13" />
<PackageReference Include="MO.RabbitMQ" Version="1.1.3" />
<PackageReference Include="MO.RabbitMQ" Version="1.1.3" />
<PackageReference Include="MongoDB.Bson" Version="2.12.3" />
<PackageReference Include="MongoDB.Bson" Version="2.12.3" />
<PackageReference Include="MongoDB.Driver" Version="2.11.2" />
<PackageReference Include="MongoDB.Driver" Version="2.11.2" />
...
...
OTWebSocket.API/Properties/launchSettings.json
View file @
610ff642
{
{
"profiles"
:
{
"profiles"
:
{
"OTWebSocket.API"
:
{
"OTWebSocket.API"
:
{
"commandName"
:
"Project"
,
"commandName"
:
"Project"
,
"launchBrowser"
:
true
,
"launchBrowser"
:
true
,
"applicationUrl"
:
"http://localhost:5000"
,
"environmentVariables"
:
{
"environmentVariables"
:
{
"ASPNETCORE_ENVIRONMENT"
:
"Development"
"ASPNETCORE_ENVIRONMENT"
:
"Development"
}
},
"applicationUrl"
:
"http://localhost:5000"
}
}
}
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment