diff --git a/Server/Dockerfile b/Server/Dockerfile index 18264a1..da6efa5 100644 --- a/Server/Dockerfile +++ b/Server/Dockerfile @@ -24,4 +24,4 @@ RUN dotnet publish "Server.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:Us FROM base AS final WORKDIR /app COPY --from=publish /app/publish . -ENTRYPOINT ["dotnet", "Server.dll"] +ENTRYPOINT ["dotnet", "Server.dll"] \ No newline at end of file