diff --git a/dockerfile b/dockerfile index 2fb8e3f..e43bbf5 100644 --- a/dockerfile +++ b/dockerfile @@ -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"] \ No newline at end of file +ENTRYPOINT ["dotnet", "OFBButte.Api.dll", "8222"] \ No newline at end of file