diff --git a/Dockerfile b/Dockerfile index bc95c634..a816a1bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,4 @@ RUN ["dotnet", "publish", "-c", "Release"] WORKDIR /app/Game.Engine/bin/Release/netcoreapp2.1/publish EXPOSE 5000 -CMD ["dotnet", "Game.Engine.dll"] \ No newline at end of file +CMD ["dotnet", "Game.Engine.dll"]