mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix api port
This commit is contained in:
parent
2398bd76c9
commit
0b33305fdf
1 changed files with 2 additions and 1 deletions
|
|
@ -39,8 +39,9 @@ ENTRYPOINT ["dotnet", "test"]
|
|||
|
||||
# run
|
||||
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2-alpine as runtime
|
||||
ENV DataDirectory__Path "data"
|
||||
ENTRYPOINT ["dotnet", "FilterLists.Api.dll"]
|
||||
ENV DataDirectory__Path "data"
|
||||
ENV ASPNETCORE_URLS "http://*:5000"
|
||||
EXPOSE 5000
|
||||
COPY --from=build /src/FilterLists.Api/out ./
|
||||
COPY data/. ./data/
|
||||
|
|
|
|||
Loading…
Reference in a new issue