fix: move Dockerfile to repo root

This commit is contained in:
Oliver Booth 2023-08-28 01:43:26 +01:00
parent 5a97cfd00e
commit 20076f58e1
Signed by: oliverbooth
GPG Key ID: B89D139977693FED
4 changed files with 3 additions and 7 deletions

View File

@ -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}"

View File

@ -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"/>

View File

@ -5,7 +5,7 @@ services:
pull_policy: build
build:
context: .
dockerfile: VPLink/Dockerfile
dockerfile: Dockerfile
volumes:
- type: bind
source: /var/log/vp/vplink