move port to arg
parent
b8f77ecdf2
commit
1d47da55c7
|
|
@ -37,4 +37,4 @@ RUN dotnet publish -c Release -o out
|
||||||
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2
|
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=build-env /app/OFBButte.Api/out .
|
COPY --from=build-env /app/OFBButte.Api/out .
|
||||||
ENTRYPOINT ["dotnet", "OFBButte.Api.dll 8222"]
|
ENTRYPOINT ["dotnet", "OFBButte.Api.dll", "8222"]
|
||||||
Loading…
Reference in New Issue