move port to arg

test
dan 2020-10-30 19:42:44 -06:00
parent b8f77ecdf2
commit 1d47da55c7
1 changed files with 1 additions and 1 deletions

View File

@ -37,4 +37,4 @@ RUN dotnet publish -c Release -o out
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2
WORKDIR /app
COPY --from=build-env /app/OFBButte.Api/out .
ENTRYPOINT ["dotnet", "OFBButte.Api.dll 8222"]
ENTRYPOINT ["dotnet", "OFBButte.Api.dll", "8222"]