Skip to content

Commit

Permalink
fix: move Dockerfile to repo root
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Aug 28, 2023
1 parent 5a97cfd commit 20076f5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions VPLink.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.github\FUNDING.yml = .github\FUNDING.yml
global.json = global.json
docker-compose.yml = docker-compose.yml
Dockerfile = Dockerfile
.dockerignore = .dockerignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{BBE9420C-B35B-48C4-AF9B-53B0ED50E46B}"
Expand Down
6 changes: 0 additions & 6 deletions VPLink/VPLink.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@
<FileVersion>$(VersionPrefix).0</FileVersion>
</PropertyGroup>

<ItemGroup>
<Content Include="..\.dockerignore">
<Link>.dockerignore</Link>
</Content>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1"/>
<PackageReference Include="Serilog" Version="3.0.1"/>
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
pull_policy: build
build:
context: .
dockerfile: VPLink/Dockerfile
dockerfile: Dockerfile
volumes:
- type: bind
source: /var/log/vp/vplink
Expand Down

0 comments on commit 20076f5

Please sign in to comment.