mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-06-19 14:01:27 +00:00
Fix dockerfile output path
This commit is contained in:
parent
2c69644beb
commit
c8c54d78de
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ RUN dotnet sln list | grep ".csproj" \
|
||||||
RUN dotnet restore
|
RUN dotnet restore
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN dotnet publish -c Release --property:OutputPath=/ProjectLighthouse/publish --no-restore
|
RUN dotnet publish -c Release --property:OutputPath=/ProjectLighthouse/publish/ --no-restore
|
||||||
|
|
||||||
# Final running container
|
# Final running container
|
||||||
FROM mcr.microsoft.com/dotnet/aspnet:7.0-alpine AS final
|
FROM mcr.microsoft.com/dotnet/aspnet:7.0-alpine AS final
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue